feat: watermark (#203)

* feat: add watermark
This commit is contained in:
啝裳
2022-03-01 10:44:26 +08:00
committed by GitHub
parent 6971ba6c53
commit d43316f7c9
22 changed files with 209 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
import { $t } from "/@/plugins/i18n";
import Layout from "/@/layout/index.vue";
const Layout = () => import("/@/layout/index.vue");
const guideRouter = {
path: "/guide",
@@ -10,7 +10,7 @@ const guideRouter = {
icon: "guide",
title: $t("menus.hsguide"),
i18n: true,
rank: 10
rank: 11
},
children: [
{