pad-app/config/index.js

24 lines
710 B
JavaScript
Raw Normal View History

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-09-23 20:16:54 +08:00
// local: "http://192.168.61.133/tos", // VPN地址
2024-01-26 18:02:31 +08:00
local: "https://rtops4.haitongauto.com/tos", // 海通地址(测试版)
2024-02-22 17:51:36 +08:00
local2: "https://khpt1.haitongauto.com/tos", // 海通地址(正式版)
// local2: "https://rtops.haitongauto.com/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
}