1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| <!--
| * @Author: shuishen 1109946754@qq.com
| * @Date: 2023-03-10 15:17:39
| * @LastEditors: shuishen 1109946754@qq.com
| * @LastEditTime: 2023-03-10 15:30:08
| * @FilePath: \forest-fire\src\views\base\index.vue
| * @Description:
| *
| * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved.
| -->
| <script setup>
|
| </script>
|
| <template>
| <div>
|
| </div>
| </template>
|
| <style lang="scss" scoped></style>
|
|