23 lines
511 B
JavaScript
23 lines
511 B
JavaScript
|
export default {
|
|||
|
|
|||
|
/**
|
|||
|
* @description secret
|
|||
|
*/
|
|||
|
// secret:'0941059588804f6c34535827a4db8f3f',
|
|||
|
/**
|
|||
|
* @description appid
|
|||
|
*/
|
|||
|
// appid:'wx6f99275e17e83d6b',
|
|||
|
/**
|
|||
|
* @description token在Cookie中存储的天数,默认1天
|
|||
|
*/
|
|||
|
cookieExpires: 1,
|
|||
|
/**
|
|||
|
* @description api请求基础路径
|
|||
|
*/
|
|||
|
// local: "http://192.168.0.103:8891",
|
|||
|
local: "http://61.184.202.72:8891",
|
|||
|
imgSrc: "http://116.205.142.169/HtRtosResource/assets/",
|
|||
|
mapkey: "FUFBZ-KBIWW-P63RR-RR4W3-BNV4H-T6BGX"
|
|||
|
}
|