意见反馈和国际化组件部分页面渲染多次问题
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5c43369335
commit
94268942d1
|
@ -3,6 +3,7 @@
|
|||
<router-view />
|
||||
<div
|
||||
v-show="show"
|
||||
v-if="$route.matched.length > 0"
|
||||
v-adaptive
|
||||
@click="openI18n"
|
||||
style="
|
||||
|
@ -81,7 +82,7 @@
|
|||
>
|
||||
</div>
|
||||
</el-drawer>
|
||||
<feedBack/>
|
||||
<feedBack v-if="$route.matched.length > 0" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -91,7 +92,7 @@ import {
|
|||
getFrontInternationalizationList,
|
||||
} from "@/api/dictionary/dictionary";
|
||||
import { getTrialExtralConfig } from "@/api/trials";
|
||||
import feedBack from '@/views/trials/trials-layout/components/feedBack'
|
||||
import feedBack from "@/views/trials/trials-layout/components/feedBack";
|
||||
import Vue from "vue";
|
||||
import i18n from "./lang";
|
||||
export default {
|
||||
|
|
Loading…
Reference in New Issue