北鸣对接T+畅捷通,看板前端
loulijun2021
2023-12-27 9d59baafde0052abd0d2f63142259070eac6529a
1
2
3
4
5
6
7
8
9
10
11
<template>
  <div id="app">
    <router-view />
  </div>
</template>
 
<script>
export default {
  name: 'App'
}
</script>