Browse Source

'修改staging配置'

Althars123 4 years ago
parent
commit
ca24e2239a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -37,7 +37,7 @@ module.exports = {
         target: `http://localhost:8080`,
         changeOrigin: true,
         pathRewrite: {
-          ['^' + process.env.VUE_APP_BASE_API]: ''
+          ['^' + process.env.VUE_APP_BASE_API]: 'ruoyi-admin'
         }
       }
     },