|
|
@@ -40,7 +40,7 @@ const router = historyRouter.create({
|
|
|
router.beforeEach((to, from, next) => {
|
|
|
const isLoginOrRegister = to.name === 'login' || to.name === 'register';
|
|
|
const title = to.meta.title;
|
|
|
- document.title = title ? `MTP - ${title}` : 'MTP';
|
|
|
+ document.title = title ? `推广查询系统 - ${title}` : '推广查询系统';
|
|
|
|
|
|
// 判断服务是否加载完成
|
|
|
if (service.isReady) {
|