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 errorRouter = {
path: "/error",
@@ -10,7 +10,7 @@ const errorRouter = {
icon: "position",
title: $t("menus.hserror"),
i18n: true,
rank: 7
rank: 9
},
children: [
{