Files
dvcp_v2_wechat_app/src/project/pingchang/AppGetwayRegister/AppGetwayRegister.vue

20 lines
311 B
Vue
Raw Normal View History

2022-09-20 17:12:14 +08:00
<template>
2022-09-22 11:20:10 +08:00
<div class="AppGetwayRegister">
<u-button type="primary" @click="$linkTo(`./AddGetway`)">按钮</u-button>
</div>
2022-09-20 17:12:14 +08:00
</template>
<script>
export default {
2022-09-22 11:20:10 +08:00
appName: "卡口登记",
2022-09-20 17:12:14 +08:00
data() {
return {
}
},
}
</script>
<style lang="scss" scoped>
.AppGetwayRegister {}
</style>