提交 45920574 authored 作者: 邓文彬's avatar 邓文彬

fix(功能走查): 功能走查88%

上级 54309f9f
...@@ -294,10 +294,11 @@ export default { ...@@ -294,10 +294,11 @@ export default {
.bg-img { .bg-img {
position: absolute; position: absolute;
right: 0; right: -20px;
bottom: 0px; bottom: -10px;
width: 160px; width: 160px;
height: 150px; height: 150px;
// z-index: -1;
z-index: 1; z-index: 1;
} }
...@@ -315,6 +316,7 @@ export default { ...@@ -315,6 +316,7 @@ export default {
font-size: 12px; font-size: 12px;
color: #7c7c7c; color: #7c7c7c;
font-weight: 400; font-weight: 400;
z-index: 10;
} }
.title2x { .title2x {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<view class="user-info"> <view class="user-info">
<image class="user-img" src="@/static/img/add-img/home1.png"></image> <image class="user-img" src="@/static/img/add-img/home1.png"></image>
<text class="text" @click="toIndex">{{ userName }}</text> <text class="text" >{{ userName }}</text>
</view> </view>
<view class="tab-list"> <view class="tab-list">
......
...@@ -61,8 +61,8 @@ export const USER_LiST = [ ...@@ -61,8 +61,8 @@ export const USER_LiST = [
{ {
id: 1, // 有用 id: 1, // 有用
user: "hzsgjy", // 有用 谁创建,谁有权限编辑和删除 user: "admin", // 有用 谁创建,谁有权限编辑和删除
passWord: "JFXJ85250920", // 有用 passWord: "JF123456", // 有用
areaName: "市本级", // 有用 areaName: "市本级", // 有用
permission: 1, permission: 1,
name: "超管", // 有用 name: "超管", // 有用
...@@ -72,8 +72,8 @@ export const USER_LiST = [ ...@@ -72,8 +72,8 @@ export const USER_LiST = [
}, },
{ {
id: 3, id: 3,
user: "sbjxj", // 测试账号 user: "test1", // 测试账号
passWord: "JF85250920", passWord: "JF123456",
areaName: "市本级", areaName: "市本级",
permission: 1, permission: 1,
name: "巡检员", name: "巡检员",
...@@ -81,8 +81,8 @@ export const USER_LiST = [ ...@@ -81,8 +81,8 @@ export const USER_LiST = [
}, },
{ {
id: 4, id: 4,
user: "xhqxj", user: "test2",
passWord: "JF85250920", passWord: "JF123456",
areaName: "西湖区", areaName: "西湖区",
permission: 0, permission: 0,
name: "巡检员", name: "巡检员",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论