mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystemFrontend.git
synced 2025-10-27 23:25:05 +08:00
8 lines
202 B
JavaScript
8 lines
202 B
JavaScript
//页面字段
|
|
module.exports = {
|
|
'release_fields':{
|
|
'BAD_SOLA' : 'Sola端出问题了,无法回应你的查询请求',
|
|
'BAD_TOKEN' : '页面已失效\\n请关闭页面后重新发送指令',
|
|
}
|
|
};
|