system-clients 3.2.21 → 3.2.23
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/examples/LoginPage/App.vue +21 -0
- package/examples/LoginPage/index.html +11 -0
- package/examples/LoginPage/main.js +15 -0
- package/package.json +2 -1
- package/src/components/server/LoginPage.vue +44 -15
- package/src/components/server/LoginView.vue +26 -15
- package/src/filiale/chengtou/Login.vue +520 -0
- package/src/filiale/chengtou/system.js +5 -0
- package/src/filiale/dongguan/Main.vue +1 -1
- package/src/styles/fonts/glyphicons-halflings-regular.svg +288 -288
- package/src/styles/less/glyphicons.less +305 -305
- package/src/system.js +2 -1
- package/static/newStyle/chengtou-logo.jpg +0 -0
package/src/system.js
CHANGED
@@ -100,9 +100,10 @@ export default function (val,filiale, {showLogin = false, show_daiBan = false, B
|
|
100
100
|
//省市区、街道、小区、楼栋级联查询
|
101
101
|
Vue.component('pcd-building-select', (resolve) => { require(['./components/server/PcdBuildingSelect'], resolve) })
|
102
102
|
|
103
|
+
|
103
104
|
// 大屏
|
104
|
-
Vue.component('login-view', (resolve) => { require(['./components/server/LoginView'], resolve) })
|
105
105
|
Vue.component('login-page', (resolve) => { require(['./components/server/LoginPage'], resolve) })
|
106
|
+
Vue.component('login-view', (resolve) => { require(['./components/server/LoginView'], resolve) })
|
106
107
|
if (filiale) {
|
107
108
|
let filialeComp = require(`./filiale/${filiale}/system`).specialComp
|
108
109
|
for (let key in filialeComp) {
|
Binary file
|