This commit is contained in:
lemon橪
2021-06-04 17:36:30 +08:00
66 changed files with 678 additions and 618 deletions

View File

@@ -5,7 +5,7 @@ export const loginRouter = {
path: "/login",
name: "login",
meta: {
title: "登录 - lili "
title: "登录 - lili运营后台"
},
component: () => import("@/views/login.vue")
};