feat: 上线银行模块

This commit is contained in:
陈淳
2024-03-14 18:32:58 +08:00
parent 069e411dc4
commit e4f89e5a05
11 changed files with 230 additions and 47 deletions

View File

@@ -27,7 +27,7 @@
<el-menu-item index="5" :route="{ path: '/activity/bank' }">
<el-icon>
<Money />
</el-icon> <span>银行(即将开放)</span>
</el-icon> <span>银行</span>
</el-menu-item>
<el-menu-item index="6" :route="{ path: '/activity/x' }">
<el-icon>
@@ -40,10 +40,10 @@
</template>
<script setup>
const handleOpen = (key, keyPath) => {
console.log(key, keyPath)
//console.log(key, keyPath)
}
const handleClose = (key, keyPath) => {
console.log(key, keyPath)
// console.log(key, keyPath)
}
</script>
<style lang="scss" scoped>