feat(ruoyi-ui): 修改首页“开始使用”按钮跳转地址

- 将跳转地址从 '/base/baseCabinetInfo' 修改为 '/board/index2'
IOT
zch 2 months ago
parent 819bf9b896
commit b143e570c2

@ -28,7 +28,7 @@ export default {
}, },
methods: { methods: {
handleStartUsing() { handleStartUsing() {
this.$router.push('/base/baseCabinetInfo'); this.$router.push('/board/index2');
} }
} }
}; };

Loading…
Cancel
Save