Sen descrición

hmm 09592eed6d 把/system/和/auth/更换到/api/ hai 8 meses
bin cd3db36ffc 初始 hai 10 meses
html cd3db36ffc 初始 hai 10 meses
src 09592eed6d 把/system/和/auth/更换到/api/ hai 8 meses
vite af50bb597d 菜单调整 hai 8 meses
.editorconfig cd3db36ffc 初始 hai 10 meses
.env.development e3f57098e5 顶部栏样式 hai 8 meses
.env.production e3f57098e5 顶部栏样式 hai 8 meses
.eslintignore cd3db36ffc 初始 hai 10 meses
.eslintrc-auto-import.json cd3db36ffc 初始 hai 10 meses
.eslintrc.cjs cd3db36ffc 初始 hai 10 meses
.gitignore cd3db36ffc 初始 hai 10 meses
.prettierignore cd3db36ffc 初始 hai 10 meses
.prettierrc cd3db36ffc 初始 hai 10 meses
LICENSE cd3db36ffc 初始 hai 10 meses
README.md cd3db36ffc 初始 hai 10 meses
index.html f6b236f712 no message hai 8 meses
package-lock.json a70cfa9511 添加地图组件 hai 9 meses
package.json a70cfa9511 添加地图组件 hai 9 meses
tsconfig.json cd3db36ffc 初始 hai 10 meses
uno.config.ts cd3db36ffc 初始 hai 10 meses
vite.config.ts cd3db36ffc 初始 hai 10 meses

README.md

平台简介

智慧应急工作台

前端运行

```bash

克隆项目

git clone https://gogs.tjp.com.cn/maoming/yjhtgl-web.git

安装依赖

npm install --registry=https://registry.npmmirror.com

启动服务

npm run dev

构建生产环境

npm run build:prod