|
@@ -71,7 +71,6 @@
|
|
|
</ul>
|
|
|
|
|
|
<teleport to="body">
|
|
|
- <logo />
|
|
|
<introduce v-if="showIntroduce" />
|
|
|
<telephone v-if="showTelephone" />
|
|
|
<clink v-if="showLink" />
|
|
@@ -138,7 +137,6 @@ import {
|
|
|
} from "vue";
|
|
|
import { useStore } from "vuex";
|
|
|
import { useApp } from "@/app";
|
|
|
-import logo from "../logo.vue";
|
|
|
import introduce from "./control/text";
|
|
|
import telephone from "./control/telephone";
|
|
|
import clink from "./control/link";
|