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