Browse Source

大网接口

DESKTOP-GBVU60Q\dell 2 năm trước cách đây
mục cha
commit
99fbb219ad
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      .env.development
  2. 1 1
      .env.production

+ 1 - 1
.env.development

@@ -5,4 +5,4 @@ VITE_APP_TITLE = 金田基础框架
 VITE_APP_ENV = 'development'
 
 # 金田基础框架/开发环境
-VITE_API_URL = 'http://10.88.77.132:8092/'
+VITE_API_URL = 'http://218.59.194.82:13292/'

+ 1 - 1
.env.production

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