1234567891011121314151617181920 |
- const dev = {
- // baseUrl: 'http://127.0.0.1:8080',
- <<<<<<< HEAD
- // baseUrl: 'http://192.168.1.109:8080',
- =======
- // baseUrl: 'http://192.168.1.120:8080',
- >>>>>>> 0055f9d963529ffad903ba8e691bdf5c3dfacd25
- // baseUrl: 'http://192.168.1.115:8080',
- // baseUrl: 'http://192.168.1.124:8080',
- // baseUrl: 'http://192.168.1.113:8080',
- // baseUrl: 'http://192.168.8.188:8081',
- // baseUrl: 'https://www.zhuqt.icu',
- baseUrl: 'https://www.zthymaoyi.com',
- h5Appid: 'wxb66b599f7f61b46f',
- debug: false
- }
- export function def() {
- return dev
- }
|