| | |
| | | * @LastEditors : yuan |
| | | * @LastEditTime : 2025-09-28 09:39:15 |
| | | * @FilePath : \src\main.js |
| | | * @Description : |
| | | * Copyright 2025 OBKoro1, All Rights Reserved. |
| | | * @Description : |
| | | * Copyright 2025 OBKoro1, All Rights Reserved. |
| | | * 2025-09-28 09:31:16 |
| | | */ |
| | | import { createSSRApp } from "vue" |
| | |
| | | import setupPlugins from "@/plugins" |
| | | // 引入UnoCSS |
| | | import "virtual:uno.css" |
| | | |
| | | export function createApp() { |
| | | import 'leaflet/dist/leaflet.css' |
| | | import './static/fonts/font.css' |
| | | import {getEnvObj} from "@/utils/index.js"; |
| | | console.log('当前环境变量',getEnvObj()) |
| | | export function createApp () { |
| | | const app = createSSRApp(App) |
| | | app.use(setupPlugins) |
| | | |