Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-07-04 11:45:23 +08:00
commit 66e5380fce
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ export default {
"$route.path": {
handler() {
if (this.$route.path === "/login") {
this.$refs.browserTip.open();
// this.$refs.browserTip.open();
}
},
immediate: true,