system-clients 3.2.1-9 → 3.2.1-ycapply-1
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/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/{5.2.1 → 7.1/dependencies-accessors}/gc.properties +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/{3.5/file-changes → 7.1/fileChanges}/last-build.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/{vcs-1 → 7.1}/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/checksums/checksums.lock +0 -0
- package/SystemClient.iml +2 -5
- package/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/gradle/wrapper/gradle-wrapper.properties +5 -0
- package/gradlew +185 -0
- package/gradlew.bat +89 -0
- package/package.json +3 -2
- package/src/components/Main.vue +782 -622
- package/src/components/addressManage/AddressCascadingMenu.vue +145 -0
- package/src/components/equipment/PhoneAdd.vue +25 -12
- package/src/components/equipment/PhoneList.vue +30 -20
- package/src/components/server/Login.vue +844 -760
- package/src/components/server/ModifyPw.vue +11 -7
- package/src/filiale/konggang/Login.vue +840 -0
- package/src/filiale/konggang/system.js +7 -0
- package/src/filiale/qianneng/{sale.js → system.js} +0 -0
- package/src/filiale/rizhao/LeftTree.vue +111 -0
- package/src/filiale/rizhao/Login.vue +791 -0
- package/src/filiale/rizhao/Main.vue +606 -0
- package/src/filiale/rizhao/system.js +14 -0
- package/src/plugins/EncryptUtil.js +53 -0
- package/src/plugins/GetLoginInfoService.js +6 -9
- package/src/system.js +11 -2
- package/static/images/lefticon//345/220/210/345/220/214/347/256/241/347/220/206.png +0 -0
- package/static/rizhao.png +0 -0
- package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
- package/.gradle/buildOutputCleanup/built.bin +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
package/src/system.js
CHANGED
@@ -26,11 +26,20 @@ import ResSelectGroup from './components/server/ResSelectGroup'
|
|
26
26
|
//资源选择测试
|
27
27
|
import TestResSelect from './components/server/TestResSelect'
|
28
28
|
import RoleSelector from "./components/server/RoleSelector";
|
29
|
-
|
29
|
+
|
30
|
+
// BAinformation备案信息展示(空不展示, 传入什么展示什么,可以传标签)
|
31
|
+
export default function (val,filiale, {showLogin = false, show_daiBan = false, BAinformation = null} = {}) {
|
32
|
+
console.log(val,filiale,showLogin)
|
30
33
|
//验证码开关赋值
|
31
34
|
if(val!=null){
|
32
35
|
GetLoginInfoService.Verification=val
|
33
36
|
}
|
37
|
+
//登录提示赋值
|
38
|
+
GetLoginInfoService.depPrompt=showLogin
|
39
|
+
//展示待办赋值
|
40
|
+
GetLoginInfoService.showDaiBan=show_daiBan
|
41
|
+
// 备案信息复制
|
42
|
+
GetLoginInfoService.BAinformation = BAinformation
|
34
43
|
Vue.use(GetLoginInfoService)
|
35
44
|
Vue.use(GetAppDataService)
|
36
45
|
Vue.use(HeatGetLoginInfoService)
|
@@ -92,7 +101,7 @@ export default function (val, filiale) {
|
|
92
101
|
Vue.component('pcd-building-select', (resolve) => { require(['./components/server/PcdBuildingSelect'], resolve) })
|
93
102
|
|
94
103
|
if (filiale) {
|
95
|
-
let filialeComp = require(`./filiale/${filiale}/
|
104
|
+
let filialeComp = require(`./filiale/${filiale}/system`).specialComp
|
96
105
|
for (let key in filialeComp) {
|
97
106
|
Vue.component(key, filialeComp[key])
|
98
107
|
}
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
@@ -1 +0,0 @@
|
|
1
|
-
|