隐藏菜单栏

This commit is contained in:
2021-08-25 11:33:21 +08:00
parent 3ec3283d59
commit c30b8dcef3
5 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ ENV = 'development'
VUE_APP_PROJECT_NAME = 'cereshop-admin-web' VUE_APP_PROJECT_NAME = 'cereshop-admin-web'
# 请求服务配置 # 请求服务配置
VUE_APP_DEV_REQUEST_DOMAIN_PREFIX = 'http://192.168.10.129:8764' VUE_APP_DEV_REQUEST_DOMAIN_PREFIX = 'http://192.168.10.236:8764'
#VUE_APP_DEV_REQUEST_DOMAIN_PREFIX = 'http://8764.graf0b20.7xedcknz.ca6242.grapps.cn' #VUE_APP_DEV_REQUEST_DOMAIN_PREFIX = 'http://8764.graf0b20.7xedcknz.ca6242.grapps.cn'
#VUE_APP_DEV_REQUEST_DOMAIN_PREFIX = 'http://platform.test.api.lotus-wallet.com/' #VUE_APP_DEV_REQUEST_DOMAIN_PREFIX = 'http://platform.test.api.lotus-wallet.com/'
# 是否启用验证码 # 是否启用验证码
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+16 -16
View File
@@ -109,22 +109,22 @@ export default {
icon: 'el-icon-s-finance' icon: 'el-icon-s-finance'
} }
}, },
{ // {
path: '/finance/cash-deposit', // path: '/finance/cash-deposit',
name: '保证金', // name: '保证金',
meta: { // meta: {
title: '保证金', // title: '保证金',
icon: 'el-icon-money' // icon: 'el-icon-money'
} // }
}, // },
{ // {
path: '/finance/overview', // path: '/finance/overview',
name: '财务概况', // name: '财务概况',
meta: { // meta: {
title: '财务概况', // title: '财务概况',
icon: 'el-icon-pie-chart' // icon: 'el-icon-pie-chart'
} // }
} // }
] ]
}, },
{ {