feat(管理员中心): 设置跳转
This commit is contained in:
parent
c5c5c83a05
commit
b83eb2d18a
@ -191,6 +191,7 @@
|
||||
alt=""
|
||||
style="display: block; width: 1.6em"
|
||||
class="flipImg"
|
||||
@click="gotoPage('/my-BDLeader-teams')"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@ -219,6 +220,7 @@
|
||||
alt=""
|
||||
style="display: block; width: 1.6em"
|
||||
class="flipImg"
|
||||
@click="gotoPage('/my-BD-teams')"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@ -247,6 +249,7 @@
|
||||
alt=""
|
||||
style="display: block; width: 1.6em"
|
||||
class="flipImg"
|
||||
@click="gotoPage('/my-agency-teams')"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@ -275,6 +278,7 @@
|
||||
alt=""
|
||||
style="display: block; width: 1.6em"
|
||||
class="flipImg"
|
||||
@click="gotoPage('/my-recharge-agency')"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@ -389,6 +393,11 @@ const defaultAvatarUrl = (e) => {
|
||||
const send = async () => {
|
||||
router.push({ path: '/item-distribution' })
|
||||
}
|
||||
|
||||
// 前往页面
|
||||
const gotoPage = (path) => {
|
||||
router.push({ path: path })
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user