You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
620 B
24 lines
620 B
const CONFIG = {
|
|
//模拟环境配置
|
|
mock: {
|
|
//baseUrl: 'http://rest.apizza.net/mock/274c6f1a7f44c571792b6e269c07541d',
|
|
},
|
|
//开发环境配置
|
|
development: {
|
|
// baseUrl: 'http://localhost:8888/a9zhongl0810mini/miniapi.php',
|
|
//baseUrl: 'https://zysoft2.dns-dns.cn/mini/a9zhongl0810mini/miniapi2.php',
|
|
baseUrl: 'https://m.chinause.cn/mini/a9zhongl0810mini/miniapi.php',
|
|
|
|
},
|
|
//生产环境配置
|
|
production: {
|
|
baseUrl: 'https://m.chinause.cn/mini/a9zhongl0810mini/miniapi.php',
|
|
}
|
|
}
|
|
//运行编译是开发环境,发行打包是生产环境
|
|
export default CONFIG
|
|
/*
|
|
{
|
|
baseUrl: 接口地址
|
|
}
|
|
*/
|