ソースを参照

后台地址修改

15102826049 1 週間 前
コミット
07750965a9
1 ファイル変更1 行追加1 行削除
  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]: '',