单点问题修复

This commit is contained in:
wuhongjian 2022-11-18 19:16:56 +08:00
parent 3672378961
commit 4534ddda4d
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<!--
* @Author: hisense.wuhongjian
* @Date: 2022-05-06 11:12:00
* @LastEditors: Light
* @LastEditTime: 2022-11-16 10:21:49
* @LastEditors: hisense.wuhongjian
* @LastEditTime: 2022-11-18 19:07:53
* @Description: 告诉大家这是什么
-->
<template>
@ -117,7 +117,7 @@
realName.charCodeAt()
)
//
if (oldValue == '/login' || oldValue == '/') {
if (newValue == '/home') {
waterMarkInit(newValue)
}
changeWaterMark(newValue)
@ -125,7 +125,7 @@
{ immediate: true }
)
onMounted(() => {
waterMarkInit()
// waterMarkInit()
})
onBeforeUnmount(() => {
// 4.,