Browse Source

fix(config): 更新生产环境baseUrl并添加注释

将生产环境的baseUrl更新为https://store.ddmhs.top/recycle-admin,并保留旧配置作为注释以便参考
master
前端-胡立永 1 day ago
parent
commit
f03a08fa28
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      config.js

+ 3
- 1
config.js View File

@ -9,7 +9,9 @@ const config = {
baseUrl: 'http://h5.xzaiyp.top/recycle-admin', baseUrl: 'http://h5.xzaiyp.top/recycle-admin',
}, },
prod: { prod: {
baseUrl: 'https://www.ddmhs.top/recycle-admin',
// baseUrl: 'http://101.132.238.202:8000/recycle-admin',
baseUrl: 'https://store.ddmhs.top/recycle-admin',
// baseUrl: 'https://www.ddmhs.top/recycle-admin',
}, },
prod2: { prod2: {
baseUrl: 'https://wwwv2.ddmhs.top/recycle-admin-v2', baseUrl: 'https://wwwv2.ddmhs.top/recycle-admin-v2',


Loading…
Cancel
Save