feat:创建项目
正在显示
.editorconfig
0 → 100644
.gitignore
0 → 100644
env/.env
0 → 100644
env/.env.dev
0 → 100644
env/.env.prod
0 → 100644
env/.env.uat
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
{ | ||
"name": "yjjbnt-project", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vue-tsc && vite build", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@layui/icons-vue": "^1.1.1", | ||
"@layui/layer-vue": "^2.3.2", | ||
"@layui/layui-vue": "^2.16.8", | ||
"axios": "^1.5.1", | ||
"core-js": "^3.6.5", | ||
"echarts": "^5.4.3", | ||
"gm-crypt": "^0.0.2", | ||
"less": "^4.2.0", | ||
"mockjs": "^1.1.0", | ||
"pinia": "^2.1.7", | ||
"pinia-plugin-persistedstate": "^3.2.0", | ||
"vue": "^3.4.21", | ||
"vue-router": "^4.2.5" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.7.8", | ||
"@vitejs/plugin-vue": "^5.0.4", | ||
"@vue/compiler-sfc": "^3.3.4", | ||
"sass": "^1.75.0", | ||
"typescript": "^5.2.2", | ||
"unplugin-auto-import": "^0.11.2", | ||
"unplugin-vue-components": "^0.22.7", | ||
"vite": "^5.2.0", | ||
"vue-tsc": "^2.0.6" | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"env": { | ||
"node": true | ||
}, | ||
"extends": [ | ||
"plugin:vue/essential", | ||
"eslint:recommended" | ||
], | ||
"parserOptions": { | ||
"parser": "babel-eslint" | ||
}, | ||
"rules": {} | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not dead" | ||
] | ||
} |
src/App.vue
0 → 100644
src/api/http.ts
0 → 100644
src/api/module/commonRequest.ts
0 → 100644
src/api/module/initConfigInfo.ts
0 → 100644
src/api/module/main.ts
0 → 100644
src/api/module/user.ts
0 → 100644
差异被折叠。
差异被折叠。
src/assets/iconfont/cube.min.css
0 → 100644
差异被折叠。
src/assets/iconfont/demo.css
0 → 100644
差异被折叠。
src/assets/iconfont/iconfont.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/iconfont/iconfont.eot
0 → 100644
File added
src/assets/iconfont/iconfont.js
0 → 100644
差异被折叠。
src/assets/iconfont/iconfont.json
0 → 100644
差异被折叠。
src/assets/iconfont/iconfont.svg
0 → 100644
差异被折叠。
src/assets/iconfont/iconfont.ttf
0 → 100644
File added
src/assets/iconfont/iconfont.woff
0 → 100644
File added
File added
src/assets/img/txjc/bg.png
0 → 100644
532 Bytes
src/assets/img/txjc/jg.png
0 → 100644
733 Bytes
src/assets/img/txjc/pick.png
0 → 100644
4.7 KB
src/assets/img/txjc/upload.png
0 → 100644
426 Bytes
src/assets/img/txjc/yj.png
0 → 100644
547 Bytes
src/assets/vue.svg
0 → 100644
src/env.d.ts
0 → 100644
src/main.ts
0 → 100644
src/router/index.ts
0 → 100644
src/router/module/basicRoutes.ts
0 → 100644
src/store/app.ts
0 → 100644
src/store/index.ts
0 → 100644
src/style.css
0 → 100644
src/utils/arrayUtil.ts
0 → 100644
src/utils/mitt.ts
0 → 100644
src/utils/treeUtil.ts
0 → 100644
src/views/error/401.vue
0 → 100644
src/views/error/403.vue
0 → 100644
src/views/error/404.vue
0 → 100644
src/views/error/500.vue
0 → 100644
src/views/home/index.vue
0 → 100644
src/vite-env.d.ts
0 → 100644
vite.config.ts
0 → 100644