优化开发这首页点击bug

This commit is contained in:
wuxw 2025-08-06 22:35:16 +08:00
parent 77f5558ead
commit 3f9ecd9714
2 changed files with 4 additions and 3 deletions

View File

@ -94,7 +94,8 @@ export default {
methods: { methods: {
newFlow(item) { newFlow(item) {
console.log(item) console.log(item)
this.$router.push(item.url) let _url = item.url.replace('#/', '')
this.$router.push(_url)
}, },
async _loadData() { async _loadData() {
this.loading = true this.loading = true

View File

@ -44,8 +44,8 @@ export default {
logo: '', logo: '',
companyName:'', companyName:'',
loginForm: { loginForm: {
username: 'wuxw', username: '',
passwd: 'admin', passwd: '',
validateCode: '' validateCode: ''
}, },
captchaUrl: '', captchaUrl: '',