Merge pull request '补充' (#9) from zzw into main

Reviewed-on: http://120.46.37.243:3000/scrm/alikeSCRM/pulls/9
This commit is contained in:
root 2024-03-13 06:53:19 +00:00
commit 3616a263ed
2 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,8 @@ ruoyi:
# 实例演示开关
demoEnabled: true
# 文件路径 示例( Windows配置D:/ruoyi/uploadPathLinux配置 /home/ruoyi/uploadPath
profile: D:/ruoyi/uploadPath
# profile: D:/ruoyi/uploadPath
profile: /home/ruoyi/uploadPath
# 获取ip地址开关
addressEnabled: false
# 验证码类型 math 数组计算 char 字符验证

View File

@ -27,7 +27,12 @@ const permission = {
path: 'index',
meta: { title: '统计报表', icon: 'dashboard' }
}]
const indexRoute = [{
path: 'index',
meta: { title: '统计报表', icon: 'dashboard' }
}];
state.topbarRouters = routes.concat(index);
state.topbarRouters = indexRoute.concat(routes);
},
SET_SIDEBAR_ROUTERS: (state, routes) => {
state.sidebarRouters = routes