Browse Source

auto commit

gcz 3 years ago
parent
commit
27078f4600
2 changed files with 3 additions and 3 deletions
  1. 1 1
      .env.production
  2. 2 2
      vue.config.js

+ 1 - 1
.env.production

@@ -2,4 +2,4 @@
 NODE_ENV = production
 
 # 生产环境
-VUE_APP_BASE_API = 'http://172.16.90.64:7200/company/'
+VUE_APP_BASE_API = 'http://wx.hw.hongweisoft.com/veterans/company/'

+ 2 - 2
vue.config.js

@@ -24,8 +24,8 @@ module.exports = {
   devServer: {
     proxy: {
       [process.env.VUE_APP_BASE_API]: {
-        // target: `http://wx.hw.hongweisoft.com/veterans/company/`,
-        target: `http://172.16.90.64:7200/company/`,
+        target: `http://wx.hw.hongweisoft.com/veterans/company/`,
+        // target: `http://172.16.90.64:7200/company/`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''