商飞生产安全PC端

fjc 3ce1f38bbf 消息推送新增查看编辑页面完成 hai 1 ano
build 77cffd7d39 修复visualizer报错问题 %!s(int64=2) %!d(string=hai) anos
mock b75d5f45dc upload添加headers+添加租户时分秒 %!s(int64=2) %!d(string=hai) anos
public 2d79ea0f3d fix: 部分文案和criticalCount转化 hai 1 ano
src 3ce1f38bbf 消息推送新增查看编辑页面完成 hai 1 ano
types e290d0b6e7 增加tenantCode %!s(int64=2) %!d(string=hai) anos
.editorconfig 16ca935eef 新增多租户版本 %!s(int64=3) %!d(string=hai) anos
.env 987346e13b fix: 配置默认为标准版 hai 1 ano
.env.development 3ce1f38bbf 消息推送新增查看编辑页面完成 hai 1 ano
.env.production ba384d0da7 删除不必要的配置VITE_PUBLIC_PATH %!s(int64=2) %!d(string=hai) anos
.env.test ba384d0da7 删除不必要的配置VITE_PUBLIC_PATH %!s(int64=2) %!d(string=hai) anos
.eslintignore 16ca935eef 新增多租户版本 %!s(int64=3) %!d(string=hai) anos
.eslintrc.js 16ca935eef 新增多租户版本 %!s(int64=3) %!d(string=hai) anos
.gitignore 916f88de76 将pnpm-lock.yaml不要提交到git %!s(int64=2) %!d(string=hai) anos
.prettierignore 16ca935eef 新增多租户版本 %!s(int64=3) %!d(string=hai) anos
.stylelintignore 16ca935eef 新增多租户版本 %!s(int64=3) %!d(string=hai) anos
CHANGELOG.md deaae5079e 1.4.0 %!s(int64=2) %!d(string=hai) anos
README.md a8e8e7a60b docs: update readme hai 1 ano
auto-imports.d.ts 16ca935eef 新增多租户版本 %!s(int64=3) %!d(string=hai) anos
commitlint.config.js 16ca935eef 新增多租户版本 %!s(int64=3) %!d(string=hai) anos
index.html f0aeb91f4e 给项目中增加版本号 %!s(int64=2) %!d(string=hai) anos
package.json ede5ecb2c3 首页布局 %!s(int64=2) %!d(string=hai) anos
pnpm-lock.yaml 34450782f4 feat: 报警问题数据 hai 1 ano
postcss.config.cjs 6e96c68acd 完成远程部署功能 %!s(int64=2) %!d(string=hai) anos
prettier.config.cjs 6e96c68acd 完成远程部署功能 %!s(int64=2) %!d(string=hai) anos
stylelint.config.js 16ca935eef 新增多租户版本 %!s(int64=3) %!d(string=hai) anos
tailwind.config.cjs 6e96c68acd 完成远程部署功能 %!s(int64=2) %!d(string=hai) anos
tsconfig.json 52b8f0c9e6 增加查看公司链接和地球视角查看 %!s(int64=2) %!d(string=hai) anos
vite.config.ts ba384d0da7 删除不必要的配置VITE_PUBLIC_PATH %!s(int64=2) %!d(string=hai) anos
vite.config.ts.timestamp-1724225267534-70b77886d070a.mjs 3ce1f38bbf 消息推送新增查看编辑页面完成 hai 1 ano

README.md

简介

天眼管理中台

特性

  • 最新技术栈:使用 Vue3/vite2 等前端前沿技术开发
  • TypeScript: 应用程序级 JavaScript 的语言
  • 主题:可配置的主题
  • Mock 数据 内置 Mock 数据方案
  • 权限 内置完善的动态路由权限生成方案
  • 组件 二次封装了多个常用的组件

安装使用

  • 安装依赖

pnpm install(如果电脑没有安装 pnpm 的,可以执行 npm install -g pnpm@next-7,node版本推荐16.x以上)

  • 运行
pnpm run dev
  • 打包
pnpm run build
  • 生成配置文件 bash pnpm createConfig npm run createConfig