Compare commits

..

No commits in common. "e73a10ea1b75736d0204fe0f84afb7e5c433fa91" and "8e6b7d726bacc3ffc36e5629f604cdf837fc515e" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -45,4 +45,4 @@ VUE_APP_OSS_CONFIG_REGION = 'oss-cn-shanghai'
VUE_APP_OSS_CONFIG_BUCKET = 'zyypacs'
VUE_APP_OSS_PATH = '/test/dist'
VUE_APP_OSS_PATH = '/dev/dist'

View File

@ -1,7 +1,7 @@
<template>
<div id="app" style="position: relative">
<router-view />
<div v-show="show" v-adaptive @click="openI18n" style="position: fixed;bottom: 50px;left: 50px;z-index: 100000;width: 50px;height: 50px;background: #409eff88;line-height: 50px;text-align: center;color:#fff;border-radius: 50%;cursor: pointer">
<div v-adaptive @click="openI18n" style="position: fixed;bottom: 50px;left: 50px;z-index: 100000;width: 50px;height: 50px;background: #409eff88;line-height: 50px;text-align: center;color:#fff;border-radius: 50%;cursor: pointer">
i18n
</div>
<el-drawer
@ -61,12 +61,10 @@ export default {
data () {
return {
drawer: false,
tableData: [],
show: false
tableData: []
}
},
mounted() {
this.show = process.env.VUE_APP_OSS_PATH === '/test/dist'
},
methods: {
changeValue(target, attr, e) {