Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-11-04 11:28:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bfca2fdeb62102ca9cdd52502418120a6f133d56
bfca2fde
1 parent
56878ac9
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/common/mixin.js
src/common/mixin.js
View file @
bfca2fd
/*
* @Date: 2022-07-26 09:49:54
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-1
0-25 18:28:35
* @LastEditTime: 2024-1
1-04 11:27:34
* @FilePath: /hager/src/common/mixin.js
* @Description: 文件描述
*/
...
...
@@ -12,7 +12,7 @@ export default {
// 初始化设置
init
:
{
mounted
()
{
document
.
title
=
this
.
$route
.
meta
.
title
;
//
document.title = this.$route.meta.title;
// 页面进入时获取当前屏幕宽度
this
.
handleResize
();
// 监听窗口的 resize 事件
...
...
Please
register
or
login
to post a comment