Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | /* | 1 | /* |
| 2 | * @Date: 2022-07-26 09:49:54 | 2 | * @Date: 2022-07-26 09:49:54 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-10-25 18:28:35 | 4 | + * @LastEditTime: 2024-11-04 11:27:34 |
| 5 | * @FilePath: /hager/src/common/mixin.js | 5 | * @FilePath: /hager/src/common/mixin.js |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | */ | 7 | */ |
| ... | @@ -12,7 +12,7 @@ export default { | ... | @@ -12,7 +12,7 @@ export default { |
| 12 | // 初始化设置 | 12 | // 初始化设置 |
| 13 | init: { | 13 | init: { |
| 14 | mounted () { | 14 | mounted () { |
| 15 | - document.title = this.$route.meta.title; | 15 | + // document.title = this.$route.meta.title; |
| 16 | // 页面进入时获取当前屏幕宽度 | 16 | // 页面进入时获取当前屏幕宽度 |
| 17 | this.handleResize(); | 17 | this.handleResize(); |
| 18 | // 监听窗口的 resize 事件 | 18 | // 监听窗口的 resize 事件 | ... | ... |
-
Please register or login to post a comment