Parcourir la source

chore: stop tracking env/.env.development

Ryuiso il y a 3 semaines
Parent
commit
34df233e16
1 fichiers modifiés avec 0 ajouts et 13 suppressions
  1. 0 13
      env/.env.development

+ 0 - 13
env/.env.development

@@ -1,13 +0,0 @@
-# 开发环境
-VITE_ENV = 'development'
-
-# Api地址
-VITE_API_URL = 'http://192.168.3.19:8090'
-VITE_API_URL_img = 'http://192.168.3.19:8090'
-# VITE_API_URL = 'http://xia0miduo.gicp.net:8041'
-# VITE_API_URL = 'http://192.168.3.3:8091'
-# VITE_API_URL_img = 'http://192.168.3.3'
-# VITE_API_URL = 'http://xia0miduo.gicp.net:8091'
-
-#跳转地址
-VITE_JUMP_URL = 'http://localhost:4000/#/knowledgeChat?showMenu=true&chatMode=LOCAL'