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.
Files changed (34) hide show
  1. package/SystemClient.iml +8 -8
  2. package/package.json +1 -1
  3. package/src/App.vue +24 -24
  4. package/src/components/server/LoginPage.vue +206 -0
  5. package/src/components/server/LoginView.vue +117 -0
  6. package/src/filiale/dongguan/Login.vue +6 -6
  7. package/src/filiale/dongguan/Main.vue +1 -1
  8. package/src/filiale/dongguan/system.js +6 -6
  9. package/src/styles/fonts/glyphicons-halflings-regular.eot +0 -0
  10. package/src/styles/fonts/glyphicons-halflings-regular.svg +288 -0
  11. package/src/styles/fonts/glyphicons-halflings-regular.ttf +0 -0
  12. package/src/styles/fonts/glyphicons-halflings-regular.woff +0 -0
  13. package/src/styles/fonts/glyphicons-halflings-regular.woff2 +0 -0
  14. package/src/styles/less/fonts-list.less +25 -25
  15. package/src/styles/less/glyphicons.less +305 -305
  16. package/src/styles/less/stand.less +1 -1
  17. package/src/system.js +3 -0
  18. package/static/guangxi/backgroundImage.png +0 -0
  19. package/static/guangxi/ename.png +0 -0
  20. package/static/guangxi/enameCopy.png +0 -0
  21. package/static/guangxi/gasAnalysis.png +0 -0
  22. package/static/guangxi/gasAnalysis1.png +0 -0
  23. package/static/guangxi/gasCustomerService.png +0 -0
  24. package/static/guangxi/gasCustomerService1.png +0 -0
  25. package/static/guangxi/gasLargeScreen.png +0 -0
  26. package/static/guangxi/gasLargeScreen1.png +0 -0
  27. package/static/guangxi/gasProduction.png +0 -0
  28. package/static/guangxi/gasProduction1.png +0 -0
  29. package/static/guangxi/gasSupervise.png +0 -0
  30. package/static/guangxi/gasSupervise1.png +0 -0
  31. package/static/guangxi/password.png +0 -0
  32. package/static/guangxi/passwordCopy.png +0 -0
  33. package/static/guangxi/verificationCode.png +0 -0
  34. package/static/guangxi/verificationCodeCopy.png +0 -0
@@ -1,7 +1,7 @@
1
1
  /*=========================通用样式表=========================*/
2
2
  @font-face {
3
3
  font-family: PingFang;
4
- src:url('../fonts/PingFangSC-Regular.ttf');
4
+ //src:url('../fonts/PingFangSC-Regular.ttf');
5
5
  }
6
6
 
7
7
 
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