feat:开发
931
src/App.vue
BIN
src/assets/image/1.png
Normal file
|
After Width: | Height: | Size: 441 B |
BIN
src/assets/image/2.png
Normal file
|
After Width: | Height: | Size: 496 B |
BIN
src/assets/image/3.png
Normal file
|
After Width: | Height: | Size: 169 B |
BIN
src/assets/image/4.png
Normal file
|
After Width: | Height: | Size: 309 B |
BIN
src/assets/image/5.png
Normal file
|
After Width: | Height: | Size: 441 B |
BIN
src/assets/image/6.png
Normal file
|
After Width: | Height: | Size: 390 B |
BIN
src/assets/image/7.png
Normal file
|
After Width: | Height: | Size: 292 B |
BIN
src/assets/image/Completed.png
Normal file
|
After Width: | Height: | Size: 524 B |
BIN
src/assets/image/fire.png
Normal file
|
After Width: | Height: | Size: 809 B |
BIN
src/assets/image/in_progress.png
Normal file
|
After Width: | Height: | Size: 705 B |
BIN
src/assets/image/personnel.png
Normal file
|
After Width: | Height: | Size: 986 B |
BIN
src/assets/image/regional_management.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
src/assets/image/smoke.png
Normal file
|
After Width: | Height: | Size: 305 B |
BIN
src/assets/image/to_be_started.png
Normal file
|
After Width: | Height: | Size: 684 B |
BIN
src/assets/image/wrj.png
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
@@ -1,8 +1,13 @@
|
||||
import { createApp } from 'vue'
|
||||
import './style.css'
|
||||
import ElementPlus from 'element-plus'
|
||||
import * as ElementPlusIconsVue from '@element-plus/icons-vue'
|
||||
|
||||
import 'element-plus/dist/index.css'
|
||||
import App from './App.vue'
|
||||
const app = createApp(App)
|
||||
app.use(ElementPlus)
|
||||
app.mount('#app')
|
||||
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
|
||||
app.component(key, component)
|
||||
}
|
||||