项目显示时间

uat_us
wangxiaoshuang 2026-03-05 15:48:31 +08:00
parent 783b54ff66
commit 3dcd03252e
1 changed files with 3 additions and 3 deletions

View File

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