Browse Source

不用https

gcz 7 months ago
parent
commit
107023d0fb
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .env.production
  2. 1 1
      vue.config.js

+ 1 - 1
.env.production

@@ -3,4 +3,4 @@ NODE_ENV = production
 
 # 生产环境
 # 公司环境 VUE_APP_BASE_API = 'http://wx.dev.dazesoft.cn/veterans/teacher';http://api.veterans.dazesoft.cn;http://api.veterans.tyjrzyjyjd.com/teacher
-VUE_APP_BASE_API = 'https://api.veterans.dazesoft.cn/teacher'
+VUE_APP_BASE_API = 'http://api.veterans.dazesoft.cn/teacher'

+ 1 - 1
vue.config.js

@@ -23,7 +23,7 @@ module.exports = {
   devServer: {
     proxy: {
       [process.env.VUE_APP_BASE_API]: {
-        target: `https://wx.dev.dazesoft.cn/veterans/teacher`,
+        target: `http://wx.dev.dazesoft.cn/veterans/teacher`,
         // target: `http://172.16.90.110:7200/teacher`,
         changeOrigin: true,
         pathRewrite: {