项目显示时间
parent
783b54ff66
commit
3dcd03252e
|
|
@ -83,7 +83,7 @@
|
|||
</div>
|
||||
</el-drawer>
|
||||
<feedBack v-if="$route.matched.length > 0" />
|
||||
<!-- <timeTag /> -->
|
||||
<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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue