优化开发这首页点击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: {
newFlow(item) {
console.log(item)
this.$router.push(item.url)
let _url = item.url.replace('#/', '')
this.$router.push(_url)
},
async _loadData() {
this.loading = true

View File

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