Commit b027b716 authored by 康振飞's avatar 康振飞

ok

parent 4619e2ab
......@@ -21,8 +21,8 @@
<i-header-fullscreen v-if="isDesktop && showFullscreen" />
<i-header-notice v-if="showNotice" />
<i-header-user />
<i-header-i18n v-if="showI18n" />
<i-header-setting v-if="enableSetting && !isMobile" />
<!-- <i-header-i18n v-if="showI18n" />
<i-header-setting v-if="enableSetting && !isMobile" /> -->
</div>
</Header>
</transition>
......
......@@ -2,8 +2,8 @@
<MainLayout />
</template>
<script>
import MainLayout from "./basic-layout";
// import MainLayout from "./basic-layout/product";
// import MainLayout from "./basic-layout";
import MainLayout from "./basic-layout/product";
// 配置
import Setting from "@/setting";
// 方法
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment