system-phone 3.1.82 → 3.1.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-phone",
3
- "version": "3.1.82",
3
+ "version": "3.1.83",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
@@ -105,9 +105,9 @@ let asyncReady = async function (self, url) {
105
105
  that.$set('config', vueConfig)
106
106
  Vue.config2 = vueConfig
107
107
  // 判断是否需要弱密码校验
108
- if (self.config && self.config.telephone && self.config.telephone.LoginApp && 'undefined' != typeof self.config.telephone.LoginApp.weakPassword) {
109
- self.weakPassword = self.config.telephone.LoginApp.weakPassword
110
- Vue.weakPassword = self.config.telephone.LoginApp.weakPassword
108
+ if (self.config && self.config['af-telephone'] && self.config['af-telephone'].LoginApp && 'undefined' != typeof self.config['af-telephone'].LoginApp.weakPassword) {
109
+ self.weakPassword = self.config['af-telephone'].LoginApp.weakPassword
110
+ Vue.weakPassword = self.config['af-telephone'].LoginApp.weakPassword
111
111
  }
112
112
  console.log('手机端获取.json文件')
113
113
  console.log(JSON.stringify(self.config))