单点问题修复

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