fly il y a 5 jours
Parent
commit
a4e554f320
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      .env.development
  2. 1 1
      vue.config.js

+ 1 - 1
.env.development

@@ -3,7 +3,7 @@ ENV = 'development'
 
 #开发环境
 VUE_APP_BASE_API = '/api'
-#VUE_APP_BASE_API = 'http://106.15.121.64/api'
+
 
 
 # 路由懒加载

+ 1 - 1
vue.config.js

@@ -37,7 +37,7 @@ module.exports = {
     https: false,
     proxy: {
       "/api": {
-        target: "https://www.gametty.cc/api",
+        target: "https://www.hongqiziben.net/api",
         changeOrigin: true,
         pathRewrite: {
           "^/api": "",