公告板
版本库
filestore
活动
搜索
登录
陈少雄
/
treatment_room_screen
治疗室屏幕web
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
操作频繁锁(60秒)
long
2024-02-01
c6d3157eb616116c84d35e221ed9c57ef8da0ad6
[~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