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