隐藏菜单栏
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ ENV = 'development'
|
||||
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://platform.test.api.lotus-wallet.com/'
|
||||
# 是否启用验证码
|
||||
|
||||
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
@@ -109,22 +109,22 @@ export default {
|
||||
icon: 'el-icon-s-finance'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/finance/cash-deposit',
|
||||
name: '保证金',
|
||||
meta: {
|
||||
title: '保证金',
|
||||
icon: 'el-icon-money'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/finance/overview',
|
||||
name: '财务概况',
|
||||
meta: {
|
||||
title: '财务概况',
|
||||
icon: 'el-icon-pie-chart'
|
||||
}
|
||||
}
|
||||
// {
|
||||
// path: '/finance/cash-deposit',
|
||||
// name: '保证金',
|
||||
// meta: {
|
||||
// title: '保证金',
|
||||
// icon: 'el-icon-money'
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: '/finance/overview',
|
||||
// name: '财务概况',
|
||||
// meta: {
|
||||
// title: '财务概况',
|
||||
// icon: 'el-icon-pie-chart'
|
||||
// }
|
||||
// }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user