烟花爆竹实名登记前端
祖安之光
2026-03-09 85a5766b76b360837399826b72394a23abf883d3
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>