yuanye 4 years ago
commit 391576c0ec
  1. 3
      .gitignore
  2. 8
      src/environments/environment.ts

3
.gitignore vendored

@ -1,3 +1,6 @@
.git/
.idea/
node_modules/
# See http://help.github.com/ignore-files/ for more about ignoring files.
/src/assets/node_modules/

@ -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/',
};

Loading…
Cancel
Save