@@ -3,7 +3,7 @@ ENV = 'development'
#开发环境
VUE_APP_BASE_API = '/api'
-#VUE_APP_BASE_API = 'http://106.15.121.64/api'
+
# 路由懒加载
@@ -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": "",