Browse Source

后台地址修改

15102826049 1 week ago
parent
commit
07750965a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jshERP-web/vue.config.js

+ 1 - 1
jshERP-web/vue.config.js

@@ -54,7 +54,7 @@ module.exports = {
     open: true,
     proxy: {
       [process.env.VUE_APP_BASE_API]: {
-        target: 'http://192.168.2.116:9080', // 请求本地 需要jshERP-boot后台项目
+        target: 'http://localhost:8080', // 请求本地 需要jshERP-boot后台项目
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: '',