Explorar el Código

chore: env 后台api url

菲鸽 hace 2 años
padre
commit
f7366d1599
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  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'