Browse Source

隐藏菜单栏

master
liaoxiping 3 years ago
parent
commit
c30b8dcef3
  1. 2
      .env.development
  2. 2
      admin-web/index.html
  3. 1
      admin-web/static/js/app.94a55909.js
  4. 1
      admin-web/static/js/app.af9dc9af.js
  5. 32
      src/store/modules/account.js

2
.env.development

@ -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/'
# 是否启用验证码 # 是否启用验证码

2
admin-web/index.html

File diff suppressed because one or more lines are too long

1
admin-web/static/js/app.94a55909.js

File diff suppressed because one or more lines are too long

1
admin-web/static/js/app.af9dc9af.js

File diff suppressed because one or more lines are too long

32
src/store/modules/account.js

@ -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'
} // }
} // }
] ]
}, },
{ {

Loading…
Cancel
Save