Browse Source

chore: env 后台api url

菲鸽 2 năm trước cách đây
mục cha
commit
f7366d1599
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      env/.env.development
  2. 1 1
      env/.env.production
  3. 1 1
      env/.env.test

+ 1 - 1
env/.env.development

@@ -3,4 +3,4 @@ NODE_ENV = 'development'
 # 是否去除console 和 debugger
 VITE_DELETE_CONSOLE = false
 
-VITE_SERVER_BASEURL = 'https://ukw0y1.laf.run'
+# VITE_SERVER_BASEURL = 'https://ukw0y1.laf.run'

+ 1 - 1
env/.env.production

@@ -3,4 +3,4 @@ NODE_ENV = 'development'
 # 是否去除console 和 debugger
 VITE_DELETE_CONSOLE = true
 
-VITE_SERVER_BASEURL = 'https://xxx.com'
+# VITE_SERVER_BASEURL = 'https://xxx.com'

+ 1 - 1
env/.env.test

@@ -3,4 +3,4 @@ NODE_ENV = 'development'
 # 是否去除console 和 debugger
 VITE_DELETE_CONSOLE = false
 
-VITE_SERVER_BASEURL = 'https://xxx.com'
+# VITE_SERVER_BASEURL = 'https://xxx.com'