pad-app/config/index.js

23 lines
511 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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"
}