商飞生产安全PC端

xiaweibo b833f47e0d Merge branch 'feat/production-safety' of http://192.168.6.110/product-group-fe/sfy-safety-group/sfy-safety into feat/production-safety il y a 2 mois
build 973abb6910 fix: 修复打包报错问题,移除问题插件vite-plugin-vue-setup-extend,对齐依赖版本 il y a 7 mois
mock cba264fd17 feat: 审批节点管理页 il y a 9 mois
patches c93bb9e297 给vue-office打补丁 il y a 11 mois
public 913b7e8335 feat: 添加跳转天眼天梭的外链和代理 il y a 4 mois
src b833f47e0d Merge branch 'feat/production-safety' of http://192.168.6.110/product-group-fe/sfy-safety-group/sfy-safety into feat/production-safety il y a 2 mois
types 878fcaebb1 fix: 配置中去掉租户id il y a 3 mois
utils f47324fece feat: 安全责任反馈 il y a 3 mois
.editorconfig 16ca935eef 新增多租户版本 il y a 3 ans
.env e3cf9a1c18 feat: 项目配置获取方式更改,从env改为从app.config.js获取 il y a 1 an
.env.development 541d063bd8 开启处置管理页面 il y a 11 mois
.env.production e3cf9a1c18 feat: 项目配置获取方式更改,从env改为从app.config.js获取 il y a 1 an
.env.test ba384d0da7 删除不必要的配置VITE_PUBLIC_PATH il y a 2 ans
.eslintignore 16ca935eef 新增多租户版本 il y a 3 ans
.eslintrc.js 9ce3b0a874 chore: 未使用到的变量error提示,any类型从error改为warning il y a 11 mois
.gitignore d555f36ca1 feat: 增加路由获取子菜单功能 il y a 1 an
.prettierignore 16ca935eef 新增多租户版本 il y a 3 ans
.stylelintignore 16ca935eef 新增多租户版本 il y a 3 ans
CHANGELOG.md deaae5079e 1.4.0 il y a 2 ans
README.md e9722b7426 doc: update readme il y a 1 an
auto-imports.d.ts 16ca935eef 新增多租户版本 il y a 3 ans
commitlint.config.js 16ca935eef 新增多租户版本 il y a 3 ans
index.html dffc059015 fix: 将打包时的hash值从页面挪到console.log中 il y a 11 mois
package.json 48af322797 Merge branch 'feat/production-safety-evaluation' into feat/production-safety il y a 3 mois
postcss.config.cjs c9f2bb9df3 完成Home页面 il y a 1 an
prettier.config.cjs a5a79c447c fix: 统一prettier规范 il y a 1 an
stylelint.config.js 16ca935eef 新增多租户版本 il y a 3 ans
tsconfig.json e663e37263 fix: 编译打包错误 il y a 3 mois
tsconfig.node.json d0bf7450ac fix: 修复导入报错 il y a 9 mois
vite.config.ts 5256fbaef4 重构预防检查 il y a 10 mois

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