!83 !82 update gitignore
Merge pull request !83 from zhitan-cloud/develop1.0
| | |
| | | ###################################################################### |
| | | # IDE |
| | | .DS_Store |
| | | /.DS_Store |
| | | zhitan-admin/.DS_Store |
| | | zhitan-admin/src/.DS_Store |
| | | zhitan-system/.DS_Store |
| | | zhitan-system/src/.DS_Store |
| | | |
| | | ### STS ### |
| | | .apt_generated |
| | |
| | | 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 |
| | | |
| | |
| | | .DS_Store |
| | | */.DS_Store |
| | | node_modules/ |
| | | dist/ |
| | | npm-debug.log* |