mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-06 03:57:50 +08:00
10 lines
255 B
JavaScript
10 lines
255 B
JavaScript
// 正式
|
|
module.exports = {
|
|
title: 'vue-h5-template',
|
|
baseUrl: 'https://www.xxx.com/', // 正式项目地址
|
|
baseApi: 'https://www.xxx.com/api', // 正式api请求地址
|
|
APPID: 'xxx',
|
|
APPSECRET: 'xxx',
|
|
$cdn:'https://imgs.solui.cn'
|
|
}
|