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]: '',