Jelajahi Sumber

不同步退货

lilei 3 tahun lalu
induk
melakukan
c378ed928c
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 1 1
      .env.development
  2. 2 2
      vue.config.js

+ 1 - 1
.env.development

@@ -3,7 +3,7 @@ VUE_APP_PREVIEW=true
 VUE_APP_API_BASE_URL=/api
 VUE_APP_WX_BASE_URL=//192.168.16.103:8503/qpls-md/websocket/
 VUE_APP_VERSION=V1.0.1
-VUE_APP_ENVTIPS=开发环境
+VUE_APP_ENVTIPS=开发环境(仅供测试)
 VUE_APP_PRO_NAME=iSCM智慧供应链系统
 VUE_APP_LOGO=@/assets/logo.png
 VUE_APP_THEME_COLOR=#f30f30

+ 2 - 2
vue.config.js

@@ -108,8 +108,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        // target: 'http://192.168.16.151:8503/qpls-md',
-        target: 'http://p.iscm.360arrow.com/qpls-md',
+        target: 'http://192.168.16.188:8503/qpls-md',
+        // target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,
         changeOrigin: true,