公告板
版本库
filestore
活动
搜索
登录
陈少雄
/
treatment_room_screen
治疗室屏幕web
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
update_202312261911_卸麻通知和称谓显示v4
jazz
2023-12-26
4b4920c2d811f4a8b4fdc6cad7b06454905fc29c
[~chenshaoxiong/treatment_room_screen.git]
/
src
/
config
/
appid.js
1
2
3
4
5
6
7
8
9
10
11
12
/**
* 微信公众号 appId
*
* 允许根据测试服务器域名,设置测试用的(公司自己的)公众号
*/
let appId = 'wxf7fdbeea741166be'
// if (/hymctest/.test(location.href)) {
// appId = 'wxc09b57e6e10c7676' // 测试用
// }
export default appId