Commit f94a2b0c by tangjiale

打包配置

parent 16a2afde
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @eMail: 932055106@qq.com * @eMail: 932055106@qq.com
* @Date: 2022-02-11 15:07:57 * @Date: 2022-02-11 15:07:57
* @LastEditors: tangjiale * @LastEditors: tangjiale
* @LastEditTime: 2022-02-18 09:31:59 * @LastEditTime: 2022-06-09 15:31:52
*/ */
const envMap = { const envMap = {
'dev': { 'dev': {
...@@ -52,8 +52,9 @@ module.exports = { ...@@ -52,8 +52,9 @@ module.exports = {
'@/assets/css/icon-font.css', '@/assets/css/icon-font.css',
], ],
router: { router: {
base: '', mode: 'history',
middleware: ['auth'] middleware: ['auth'],
base:'/pxsys/',
}, },
plugins: [ plugins: [
'~/plugins/element-ui', '~/plugins/element-ui',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment