2023-07-03 17:49:29 +08:00
|
|
|
|
export default {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @description secret
|
|
|
|
|
*/
|
|
|
|
|
// secret:'0941059588804f6c34535827a4db8f3f',
|
|
|
|
|
/**
|
|
|
|
|
* @description appid
|
|
|
|
|
*/
|
|
|
|
|
// appid:'wx6f99275e17e83d6b',
|
|
|
|
|
/**
|
|
|
|
|
* @description token在Cookie中存储的天数,默认1天
|
|
|
|
|
*/
|
|
|
|
|
cookieExpires: 1,
|
|
|
|
|
/**
|
|
|
|
|
* @description api请求基础路径
|
|
|
|
|
*/
|
2023-07-13 16:46:06 +08:00
|
|
|
|
// local: "http://192.168.61.133/tos",
|
|
|
|
|
local: "http://192.168.61.133/tos",
|
2023-07-03 17:49:29 +08:00
|
|
|
|
imgSrc: "http://116.205.142.169/HtRtosResource/assets/",
|
|
|
|
|
mapkey: "FUFBZ-KBIWW-P63RR-RR4W3-BNV4H-T6BGX"
|
2023-07-13 16:46:06 +08:00
|
|
|
|
}
|