diff --git a/src/main.js b/src/main.js index d5c72f2..3c76d9a 100644 --- a/src/main.js +++ b/src/main.js @@ -32,6 +32,13 @@ Vue.prototype.Dialog = Dialog Vue.prototype.toast = toast Vue.config.productionTip = false +Vue.prototype.$langPre = { + computedProp (suffix) { + // return localstorage.getItem( key: 'lang') + '_' + suffix + return localStorage.getItem('locale').slice(0, 2) + '_' + suffix + } +} + const publicKey = 'MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANL378k3RiZHWx5AfJqdH9xRNBmD9wGD\n' + '2iRe41HdTNF8RUhNnHit5NpMNtGL0NPTSSpPjjI1kJfVorRvaQerUgkCAwEAAQ==' diff --git a/src/pages/modules/errormanage/ErrorInfo.vue b/src/pages/modules/errormanage/ErrorInfo.vue index b2a8f7a..1261734 100644 --- a/src/pages/modules/errormanage/ErrorInfo.vue +++ b/src/pages/modules/errormanage/ErrorInfo.vue @@ -164,23 +164,4 @@ export default { width .4rem height .4rem border-radius .2rem -.grid_wrapper table th - color #ffffff - font-size 30px - background rgba(31,46,73,0.5) - line-height 80px - border-right none - padding 0 - padding-left 30px - text-align left -.grid_wrapper table td - color #ffffff - font-size 30px - background rgba(31,46,73,0.5) - line-height 80px - border-bottom 1px solid #20395D - border-right none - padding 0 - padding-left 30px - text-align left diff --git a/src/pages/modules/home/home.vue b/src/pages/modules/home/home.vue index c5d6485..da0e0dc 100644 --- a/src/pages/modules/home/home.vue +++ b/src/pages/modules/home/home.vue @@ -15,18 +15,22 @@