mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化开发这首页点击bug
This commit is contained in:
parent
77f5558ead
commit
3f9ecd9714
@ -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
|
||||
|
||||
@ -44,8 +44,8 @@ export default {
|
||||
logo: '',
|
||||
companyName:'',
|
||||
loginForm: {
|
||||
username: 'wuxw',
|
||||
passwd: 'admin',
|
||||
username: '',
|
||||
passwd: '',
|
||||
validateCode: ''
|
||||
},
|
||||
captchaUrl: '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user