VVT789
2025-02-17 f2edf18d0ab8939b68560182b734f8a3893c4495
update gitignore
已修改2个文件
12 ■■■■■ 文件已修改
zhitan-vue/.env.development 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhitan-vue/.gitignore 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhitan-vue/.env.development
@@ -5,11 +5,7 @@
VITE_APP_ENV = 'development'
# 系统/开发环境
# wangxiang
# VITE_APP_BASE_API = 'http://127.0.0.1:8080'
# hangmingjun
# VITE_APP_BASE_API = 'http://127.0.0.1:8080'
# weishuaishuai
# VITE_APP_BASE_API = 'https://demo-ems.zhitancloud.com'
# test
VITE_APP_BASE_API = 'http://139.159.201.118:8201'
VITE_APP_BASE_API = 'http://127.0.0.1:8080'
# hangmingjun
zhitan-vue/.gitignore
@@ -1,4 +1,4 @@
.DS_Store
*/.DS_Store
node_modules/
dist/
npm-debug.log*