diff --git a/.gitignore b/.gitignore index 7c44974..4f785e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +.git/ +.idea/ +node_modules/ # See http://help.github.com/ignore-files/ for more about ignoring files. /src/assets/node_modules/ diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 88db11e..983168a 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -4,15 +4,7 @@ export const environment = { production: false, - - // baseUrl: 'http://manager.shinwoten.cn/brest/', // 测试环境服务器地址(请求数据地址) - // imageUrl: 'http://manager.shinwoten.cn/filesystem/', - // baseUrl: 'http://localhost:8301/crest/', // 测试环境服务器地址(请求数据地址) - // baseUrl: 'https://newtalent.shinwoten.cn/crest/', - - // baseUrl: 'https://192.168.3.5:8301/crest/', baseUrl: 'http://localhost:9302/brest/', // 测试环境服务器地址(请求数据地址) - // baseUrl: 'https://newtalent.shinwoten.cn/crest/', imageUrl: 'http://localhost:9302/filesystem/', };