烟花爆竹实名登记前端
祖安之光
2026-01-30 5a4edca45d9d966560c276b6b158f2e65a96f72c
1
2
3
4
5
6
7
8
9
10
11
12
<template>
  <div id="app">
    <router-view />
  </div>
</template>
 
<script>
 
export default {
  name: 'App'
}
</script>