16 lines
573 B
JavaScript
16 lines
573 B
JavaScript
// config.js,根目录的common文件夹中
|
||
export default {
|
||
// baseUrl: 'http://localhost:8080/api/app/store/',
|
||
// baseUrl: 'https://qb.jtrchina.com/api/app/',
|
||
// baseUrl: "https://demo.tripodeck.com/api/app/",
|
||
// baseUrl: 'http://192.168.28.61:18073/api/app/',
|
||
// baseUrl: 'http://192.168.28.181:18073/api/app/',
|
||
// baseUrl: "https://nta.tripodeck.com/api/app/",
|
||
// 测试
|
||
// baseUrl: "https://tripelletdemo.tripodeck.com/api/app/",
|
||
// 正式
|
||
// baseUrl: "https://tcapp.tripellet.com/api/app/",
|
||
|
||
baseUrl: "https://tcapidemo.tripodeck.com",
|
||
};
|