system-clients 3.2.18 → 3.2.21
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/SystemClient.iml +8 -8
- package/package.json +1 -1
- package/src/App.vue +24 -24
- package/src/components/server/LoginPage.vue +206 -0
- package/src/components/server/LoginView.vue +117 -0
- package/src/filiale/dongguan/Login.vue +6 -6
- package/src/filiale/dongguan/Main.vue +1 -1
- package/src/filiale/dongguan/system.js +6 -6
- package/src/styles/fonts/glyphicons-halflings-regular.eot +0 -0
- package/src/styles/fonts/glyphicons-halflings-regular.svg +288 -0
- package/src/styles/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/src/styles/fonts/glyphicons-halflings-regular.woff +0 -0
- package/src/styles/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/src/styles/less/fonts-list.less +25 -25
- package/src/styles/less/glyphicons.less +305 -305
- package/src/styles/less/stand.less +1 -1
- package/src/system.js +3 -0
- package/static/guangxi/backgroundImage.png +0 -0
- package/static/guangxi/ename.png +0 -0
- package/static/guangxi/enameCopy.png +0 -0
- package/static/guangxi/gasAnalysis.png +0 -0
- package/static/guangxi/gasAnalysis1.png +0 -0
- package/static/guangxi/gasCustomerService.png +0 -0
- package/static/guangxi/gasCustomerService1.png +0 -0
- package/static/guangxi/gasLargeScreen.png +0 -0
- package/static/guangxi/gasLargeScreen1.png +0 -0
- package/static/guangxi/gasProduction.png +0 -0
- package/static/guangxi/gasProduction1.png +0 -0
- package/static/guangxi/gasSupervise.png +0 -0
- package/static/guangxi/gasSupervise1.png +0 -0
- package/static/guangxi/password.png +0 -0
- package/static/guangxi/passwordCopy.png +0 -0
- package/static/guangxi/verificationCode.png +0 -0
- package/static/guangxi/verificationCodeCopy.png +0 -0
package/src/system.js
CHANGED
@@ -100,6 +100,9 @@ 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
|
+
// 大屏
|
104
|
+
Vue.component('login-view', (resolve) => { require(['./components/server/LoginView'], resolve) })
|
105
|
+
Vue.component('login-page', (resolve) => { require(['./components/server/LoginPage'], resolve) })
|
103
106
|
if (filiale) {
|
104
107
|
let filialeComp = require(`./filiale/${filiale}/system`).specialComp
|
105
108
|
for (let key in filialeComp) {
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|