商飞生产安全PC端

sunqijun 5bbfb1de05 feat:区域检查计划增加状态字段, 筛选功能增加未下发状态字段 hai 3 semanas
build 973abb6910 fix: 修复打包报错问题,移除问题插件vite-plugin-vue-setup-extend,对齐依赖版本 hai 8 meses
mock cba264fd17 feat: 审批节点管理页 hai 9 meses
patches c93bb9e297 给vue-office打补丁 hai 11 meses
public 4e857fb8b8 feat: 实现C大脑单点登录 hai 2 meses
src 5bbfb1de05 feat:区域检查计划增加状态字段, 筛选功能增加未下发状态字段 hai 3 semanas
types 4e857fb8b8 feat: 实现C大脑单点登录 hai 2 meses
utils 33ca18e7e7 fix:proxy.ts 去除多余的注释 hai 1 mes
.editorconfig 16ca935eef 新增多租户版本 %!s(int64=3) %!d(string=hai) anos
.env e3cf9a1c18 feat: 项目配置获取方式更改,从env改为从app.config.js获取 hai 1 ano
.env.development 541d063bd8 开启处置管理页面 hai 11 meses
.env.production e3cf9a1c18 feat: 项目配置获取方式更改,从env改为从app.config.js获取 hai 1 ano
.env.test ba384d0da7 删除不必要的配置VITE_PUBLIC_PATH %!s(int64=2) %!d(string=hai) anos
.eslintignore 16ca935eef 新增多租户版本 %!s(int64=3) %!d(string=hai) anos
.eslintrc.js 9ce3b0a874 chore: 未使用到的变量error提示,any类型从error改为warning hai 11 meses
.gitignore d555f36ca1 feat: 增加路由获取子菜单功能 hai 1 ano
.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 e9722b7426 doc: 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 dffc059015 fix: 将打包时的hash值从页面挪到console.log中 hai 11 meses
package.json 48af322797 Merge branch 'feat/production-safety-evaluation' into feat/production-safety hai 3 meses
postcss.config.cjs c9f2bb9df3 完成Home页面 hai 1 ano
prettier.config.cjs a5a79c447c fix: 统一prettier规范 hai 1 ano
stylelint.config.js 16ca935eef 新增多租户版本 %!s(int64=3) %!d(string=hai) anos
tsconfig.json e663e37263 fix: 编译打包错误 hai 3 meses
tsconfig.node.json d0bf7450ac fix: 修复导入报错 hai 9 meses
vite.config.ts 5256fbaef4 重构预防检查 hai 10 meses

README.md

简介

天眼管理中台

特性

  • 最新技术栈:使用 Vue3/vite5 等前端前沿技术开发
  • 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