Compare commits

..

No commits in common. "6a10cb1afeffc79a6597c82f5edcf235ca37490a" and "3567f2d62546d8d2b6c78a5453b552ada442d6ba" have entirely different histories.

3 changed files with 3 additions and 8 deletions

View File

@ -1,3 +0,0 @@
window.config = {
timeZone: false
}

View File

@ -67,7 +67,6 @@
num = e.data
}
</script>
<script src="./config.js"></script>
</head>
<body>
<noscript>

View File

@ -83,7 +83,7 @@
</div>
</el-drawer>
<feedBack v-if="$route.matched.length > 0" />
<timeTag v-if="config.timeZone" />
<!-- <timeTag /> -->
</div>
</template>
@ -94,14 +94,14 @@ import {
} from '@/api/dictionary/dictionary'
import { getTrialExtralConfig } from '@/api/trials'
import feedBack from '@/views/trials/trials-layout/components/feedBack'
import timeTag from '@/components/timeTag'
// import timeTag from '@/components/timeTag'
import Vue from 'vue'
import i18n from './lang'
export default {
name: 'App',
components: {
feedBack,
timeTag
// timeTag
},
data() {
return {
@ -112,7 +112,6 @@ export default {
arr: [],
il8nExternal: false,
State: null,
config: window.config
}
},
mounted() {