|
@@ -5,5 +5,7 @@ module.exports = {
|
|
|
baseApi: '/', // 测试api请求地址
|
|
baseApi: '/', // 测试api请求地址
|
|
|
APPID: 'xxx',
|
|
APPID: 'xxx',
|
|
|
APPSECRET: 'xxx',
|
|
APPSECRET: 'xxx',
|
|
|
|
|
+ VITE_APP_CLIENT_KEY:'stage',
|
|
|
|
|
+ VITE_APP_WEBSOCKET:true,
|
|
|
$cdn: 'https://www.sunniejs.cn/static' //静态资源
|
|
$cdn: 'https://www.sunniejs.cn/static' //静态资源
|
|
|
}
|
|
}
|