From 58aebf343084d71f0db27287c645c14400f8cb6d Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期二, 20 十二月 2022 17:44:04 +0800
Subject: [PATCH] fix:密码校验
---
src/main.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main.js b/src/main.js
index ee2faad..5c21072 100644
--- a/src/main.js
+++ b/src/main.js
@@ -22,15 +22,16 @@
next();
} else {
router.push("/login");
+ next();
}
} else {
next();
}
})
-// console.log(process.env.VUE_APP_BASE_API);
Vue.use(ElementUI);
new Vue({
router,
store,
render: h => h(App)
}).$mount('#app')
+// Vue.config.devtools=true
\ No newline at end of file
--
Gitblit v1.8.0