Browse Source

mobile deploy

RainMan 2 years ago
parent
commit
b9a133289f
44 changed files with 3 additions and 3 deletions
  1. 1 1
      mobile-src/src/views/components/SgcItemView.vue
  2. 0 0
      src/main/webapp/mobile/index.html
  3. 0 0
      src/main/webapp/mobile/index.jsp
  4. 0 0
      src/main/webapp/mobile/js/131.1107e2ff.js
  5. 0 0
      src/main/webapp/mobile/js/131.1107e2ff.js.map
  6. 0 0
      src/main/webapp/mobile/js/200.06b7ac89.js
  7. 0 0
      src/main/webapp/mobile/js/200.06b7ac89.js.map
  8. 0 0
      src/main/webapp/mobile/js/281.32dfe024.js
  9. 0 0
      src/main/webapp/mobile/js/281.32dfe024.js.map
  10. 0 0
      src/main/webapp/mobile/js/293.0f477ce8.js
  11. 0 0
      src/main/webapp/mobile/js/293.0f477ce8.js.map
  12. 0 0
      src/main/webapp/mobile/js/305.85974024.js
  13. 0 0
      src/main/webapp/mobile/js/305.85974024.js.map
  14. 2 2
      src/main/webapp/mobile/js/360.acdbda0d.js
  15. 0 0
      src/main/webapp/mobile/js/360.acdbda0d.js.map
  16. 0 0
      src/main/webapp/mobile/js/454.c949bf56.js
  17. 0 0
      src/main/webapp/mobile/js/454.c949bf56.js.map
  18. 0 0
      src/main/webapp/mobile/js/499.6cda54f0.js
  19. 0 0
      src/main/webapp/mobile/js/499.6cda54f0.js.map
  20. 0 0
      src/main/webapp/mobile/js/529.449c4516.js
  21. 0 0
      src/main/webapp/mobile/js/529.449c4516.js.map
  22. 0 0
      src/main/webapp/mobile/js/586.e7b453b1.js
  23. 0 0
      src/main/webapp/mobile/js/586.e7b453b1.js.map
  24. 0 0
      src/main/webapp/mobile/js/608.5d7cff37.js
  25. 0 0
      src/main/webapp/mobile/js/608.5d7cff37.js.map
  26. 0 0
      src/main/webapp/mobile/js/639.13272a98.js
  27. 0 0
      src/main/webapp/mobile/js/639.13272a98.js.map
  28. 0 0
      src/main/webapp/mobile/js/866.a3d16886.js
  29. 0 0
      src/main/webapp/mobile/js/866.a3d16886.js.map
  30. 0 0
      src/main/webapp/mobile/js/869.fc4ea62f.js
  31. 0 0
      src/main/webapp/mobile/js/869.fc4ea62f.js.map
  32. 0 0
      src/main/webapp/mobile/js/884.c283de98.js
  33. 0 0
      src/main/webapp/mobile/js/884.c283de98.js.map
  34. 0 0
      src/main/webapp/mobile/js/913.d0a18bf4.js
  35. 0 0
      src/main/webapp/mobile/js/913.d0a18bf4.js.map
  36. 0 0
      src/main/webapp/mobile/js/942.9266c2c1.js
  37. 0 0
      src/main/webapp/mobile/js/942.9266c2c1.js.map
  38. 0 0
      src/main/webapp/mobile/js/970.02fb89e5.js
  39. 0 0
      src/main/webapp/mobile/js/970.02fb89e5.js.map
  40. 0 0
      src/main/webapp/mobile/js/app.9bd24495.js
  41. 0 0
      src/main/webapp/mobile/js/app.9bd24495.js.map
  42. 0 0
      src/main/webapp/mobile/js/app.a883a224.js.map
  43. 0 0
      src/main/webapp/mobile/service-worker.js
  44. 0 0
      src/main/webapp/mobile/service-worker.js.map

+ 1 - 1
mobile-src/src/views/components/SgcItemView.vue

@@ -2,7 +2,7 @@
 	<ion-item>
 		<ion-note slot="start">{{ $t(label) }}</ion-note>
 		<ion-label v-if="type === 'datetime'">{{ utils.showDate(text, '-') }}</ion-label>
-		<ion-label v-if="type === 'tel'" v-html="utils.parseTel(text)"></ion-label>
+		<ion-label v-else-if="type === 'tel'" v-html="utils.parseTel(text)"></ion-label>
 		<ion-label v-else-if="type === 'textarea'" class="ion-text-wrap" v-html="text?.split('\n').join('<br/>')"></ion-label>
 		<ion-label v-else>{{ text }}</ion-label>
 	</ion-item>

File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/index.html


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/index.jsp


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/131.1107e2ff.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/131.1107e2ff.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/200.06b7ac89.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/200.06b7ac89.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/281.32dfe024.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/281.32dfe024.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/293.0f477ce8.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/293.0f477ce8.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/305.85974024.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/305.85974024.js.map


+ 2 - 2
src/main/webapp/mobile/js/360.621497f9.js → src/main/webapp/mobile/js/360.acdbda0d.js

@@ -1,2 +1,2 @@
-"use strict";(self["webpackChunksgc_mobile"]=self["webpackChunksgc_mobile"]||[]).push([[360],{9360:function(e,t,o){o.r(t),o.d(t,{default:function(){return u}});var r=o(6252);const a=e=>((0,r.dD)("data-v-d44e5be8"),e=e(),(0,r.Cn)(),e),n=a((()=>(0,r._)("div",{class:"error-msg"},"Unknown Error!",-1)));function c(e,t,o,a,c,d){const i=(0,r.up)("sgc-page"),l=(0,r.up)("ion-page");return(0,r.wg)(),(0,r.j4)(l,null,{default:(0,r.w5)((()=>[(0,r.Wm)(i,{title:e.title},{default:(0,r.w5)((()=>[n])),_:1},8,["title"])])),_:1})}var d=o(4641),i=(0,d.aZ)({name:"ErrorPage",components:{...d.nv},data(){return{title:"TIT_ERROR",writeModel:{radio:"M01",checkbox:[],select:null,datetime:"20221212",datetimeFrom:"20221212",datetimeTo:"20221212",hourFrom:"",hourTo:""},codeKey:{key1:"CS007"}}},methods:{changeKey(e){this.codeKey.key1=e},changeValue(e){this.writeModel.radio=e,this.writeModel.checkbox=[e]}}}),l=o(7789);const s=(0,l.Z)(i,[["render",c],["__scopeId","data-v-d44e5be8"]]);var u=s}}]);
-//# sourceMappingURL=360.621497f9.js.map
+"use strict";(self["webpackChunksgc_mobile"]=self["webpackChunksgc_mobile"]||[]).push([[360],{9360:function(e,t,o){o.r(t),o.d(t,{default:function(){return u}});var r=o(6252);const a=e=>((0,r.dD)("data-v-d44e5be8"),e=e(),(0,r.Cn)(),e),n=a((()=>(0,r._)("div",{class:"error-msg"},"Unknown Error!",-1)));function c(e,t,o,a,c,d){const i=(0,r.up)("sgc-page"),l=(0,r.up)("ion-page");return(0,r.wg)(),(0,r.j4)(l,null,{default:(0,r.w5)((()=>[(0,r.Wm)(i,{title:e.title},{default:(0,r.w5)((()=>[n])),_:1},8,["title"])])),_:1})}var d=o(8488),i=(0,d.aZ)({name:"ErrorPage",components:{...d.nv},data(){return{title:"TIT_ERROR",writeModel:{radio:"M01",checkbox:[],select:null,datetime:"20221212",datetimeFrom:"20221212",datetimeTo:"20221212",hourFrom:"",hourTo:""},codeKey:{key1:"CS007"}}},methods:{changeKey(e){this.codeKey.key1=e},changeValue(e){this.writeModel.radio=e,this.writeModel.checkbox=[e]}}}),l=o(7789);const s=(0,l.Z)(i,[["render",c],["__scopeId","data-v-d44e5be8"]]);var u=s}}]);
+//# sourceMappingURL=360.acdbda0d.js.map

File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/360.acdbda0d.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/454.c949bf56.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/454.c949bf56.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/499.6cda54f0.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/499.6cda54f0.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/529.449c4516.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/529.449c4516.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/586.e7b453b1.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/586.e7b453b1.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/608.5d7cff37.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/608.5d7cff37.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/639.13272a98.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/639.13272a98.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/866.a3d16886.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/866.a3d16886.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/869.fc4ea62f.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/869.fc4ea62f.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/884.c283de98.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/884.c283de98.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/913.d0a18bf4.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/913.d0a18bf4.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/942.9266c2c1.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/942.9266c2c1.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/970.02fb89e5.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/970.02fb89e5.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/app.9bd24495.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/app.9bd24495.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/js/app.a883a224.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/service-worker.js


File diff suppressed because it is too large
+ 0 - 0
src/main/webapp/mobile/service-worker.js.map


Some files were not shown because too many files changed in this diff