Browse Source

外网接口

DESKTOP-CRQ4N2U\jintian 2 years ago
parent
commit
1263322200
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .env.development
  2. 1 1
      .env.production

+ 2 - 2
.env.development

@@ -5,6 +5,6 @@ VITE_APP_TITLE = 金田基础框架
 VITE_APP_ENV = 'development'
 
 # 金田基础框架/开发环境
-VITE_API_URL = 'http://10.88.77.131:8083/'
+VITE_API_URL = 'http://218.59.194.82:13183/'
 
-# 后台地址: http://10.88.77.131:8090/xjats-admin/
+# 后台地址: http://218.59.194.82:13190/xjats-admin/

+ 1 - 1
.env.production

@@ -5,7 +5,7 @@ VITE_APP_TITLE = 金田基础框架
 VITE_APP_ENV = 'production'
 
 # 金田基础框架/生产环境
-VITE_API_URL = 'http://10.88.77.131:8083/'
+VITE_API_URL = 'http://218.59.194.82:13183/'
 
 # 是否在打包时开启压缩,支持 gzip 和 brotli
 VITE_BUILD_COMPRESS = gzip