Browse Source

refactor(config): 清理配置文件中的合并冲突

移除因合并冲突导致的重复配置项,确保配置文件的整洁性和一致性
master
前端-胡立永 2 months ago
parent
commit
f63e3800e3
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      common/config.js

+ 1
- 4
common/config.js View File

@ -1,11 +1,8 @@
export default {
// baseUrl : 'http://127.0.0.1:8000',
// baseUrl: 'https://api.book118.com',
<<<<<<< HEAD
baseUrl:'https://houserent-admin.hhlm1688.com'
// baseUrl:'http://h5.xzaiyp.top'
=======
// baseUrl:'https://houserent-admin.hhlm1688.com'
baseUrl:'http://h5.xzaiyp.top'
>>>>>>> 601be7eea191cf9a0655626cd6f7f00e28a5200e
// baseUrl:'http://h5.xzaiyp.top'
}

Loading…
Cancel
Save