Commit 64cf2e9d authored by zhengke's avatar zhengke

增加页面

parent e1e01409
...@@ -803,6 +803,8 @@ ...@@ -803,6 +803,8 @@
"path": "set" "path": "set"
},{ },{
"path": "timeQuantum" "path": "timeQuantum"
},{
"path": "userManage"
} }
] ]
} }
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
/> />
<view class="iconname">评论管理</view> <view class="iconname">评论管理</view>
</view> </view>
<view class="itemBox"> <view class="itemBox" @click="goUserList()">
<image <image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/mallManage/user.png" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/mallManage/user.png"
mode="" mode=""
...@@ -466,6 +466,12 @@ export default { ...@@ -466,6 +466,12 @@ export default {
} }
); );
}, },
//跳转到用户管理
goUserList(){
uni.navigateTo({
url: '/pages/MallMange/userManage'
});
}
}, },
onLoad() { onLoad() {
_self = this; _self = this;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment