bug修改

This commit is contained in:
mabo
2021-06-23 16:49:35 +08:00
parent eb5816ff80
commit f2f2984c3e
11 changed files with 141 additions and 179 deletions

View File

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