[配置]配置router

This commit is contained in:
唐明明
2021-07-23 11:52:32 +08:00
parent 17679fa432
commit 564ed944d4
57 changed files with 10291 additions and 92 deletions

22
pages/order/submit.vue Normal file
View File

@@ -0,0 +1,22 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>