1 changed files with 2 additions and 2 deletions
@ -1,10 +1,10 @@ |
|||
export default { |
|||
// 签名秘钥
|
|||
signSecret: '916lWh2WMcbSWiHv', |
|||
signSecret: 'E91PlWh2MWTcbSWiHv', |
|||
// 密码正则
|
|||
passwordReg: /^.{6,}$/, |
|||
passwordRegDesc: '密码最少为6位字符', |
|||
userUploadUrl: `${process.env.VUE_APP_API_ROOT}/user/file/upload`, |
|||
// 启用微信功能
|
|||
enableWx: process.env.VUE_APP_WX == 'ON' |
|||
enableWx: process.env.VUE_APP_WX == 'OFF' |
|||
} |
|||
|
Loading…
Reference in new issue