image update
Showing
5 changed files
with
6 additions
and
6 deletions
-
Please register or sign in to post a comment
... | ... | @@ -5,5 +5,5 @@ module.exports = { |
baseApi: 'https://www.xxx.com/api', // 正式api请求地址 | ||
APPID: 'xxx', | ||
APPSECRET: 'xxx', | ||
$cdn:'https://imgs.solui.cn' | ||
$cdn: 'https://www.sunniejs.cn/static' | ||
} | ||
... | ... |
... | ... | @@ -4,5 +4,5 @@ module.exports = { |
baseApi: 'https://test.xxx.com/api', // 测试api请求地址 | ||
APPID: 'xxx', | ||
APPSECRET: 'xxx', | ||
$cdn:'https://imgs.solui.cn' | ||
$cdn: 'https://www.sunniejs.cn/static' | ||
} | ||
... | ... |