diff --git a/.env.prod b/.env.prod index 5fc0520..b8db962 100644 --- a/.env.prod +++ b/.env.prod @@ -4,7 +4,7 @@ NODE_ENV=production # app VITE_TITLE=JinShan-Admin VITE_PUBLIC_PATH=/ -VITE_OUT_DIR=dist +VITE_OUT_DIR=index VITE_PERMISSION=true # router diff --git a/.gitignore b/.gitignore index d57ef41..9628b4b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ lerna-debug.log* node_modules dist +index dist-ssr *.local */.vitepress/cache/**/* diff --git a/src/locales/lang/zh-CN/menu.js b/src/locales/lang/zh-CN/menu.js index dfb9bb1..0c4770c 100644 --- a/src/locales/lang/zh-CN/menu.js +++ b/src/locales/lang/zh-CN/menu.js @@ -52,5 +52,5 @@ export default { aiHelper:'AI助手', abbreviation:'活动报名', orderArea:'工单区域管理', - vote:'信息登记' + vote:'信息登记', } diff --git a/src/router/routes/pages.js b/src/router/routes/pages.js index e5f3a73..8c5a395 100644 --- a/src/router/routes/pages.js +++ b/src/router/routes/pages.js @@ -249,16 +249,16 @@ export default [ permission: '*', }, }, - { + { path: 'vote/index', name: 'vote', component: 'pages/vote/index.vue', meta: { - icon: 'icon-huodongliebiao-copy', + icon: 'icon-yonghu', title: '信息登记', isMenu: true, keepAlive: true, permission: '*', }, - } + }, ] diff --git a/src/views/pages/mettingMgt/mettingYuYue/index.vue b/src/views/pages/mettingMgt/mettingYuYue/index.vue index 294b2e8..9a648b2 100644 --- a/src/views/pages/mettingMgt/mettingYuYue/index.vue +++ b/src/views/pages/mettingMgt/mettingYuYue/index.vue @@ -50,7 +50,10 @@ - +