chore: update
上级
正在显示
.env
0 → 100644
.env.dev
0 → 100644
.env.test
0 → 100644
.eslintrc-auto-import.json
0 → 100644
.eslintrc.cjs
0 → 100644
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
auto-imports.d.ts
0 → 100644
env.d.ts
0 → 100644
https/dev.ezijing.com.key
0 → 100644
https/dev.ezijing.com.pem
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | |||
| "name": "user-center", | |||
| "version": "0.0.0", | |||
| "scripts": { | |||
| "dev": "vite", | |||
| "build": "run-p type-check build-only", | |||
| "preview": "vite preview --port 4173", | |||
| "build-only": "vite build", | |||
| "type-check": "vue-tsc --noEmit", | |||
| "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" | |||
| }, | |||
| "dependencies": { | |||
| "@element-plus/icons-vue": "^2.0.9", | |||
| "axios": "^0.27.2", | |||
| "element-plus": "^2.2.15", | |||
| "pinia": "^2.0.21", | |||
| "qs": "^6.11.0", | |||
| "vue": "^3.2.37", | |||
| "vue-router": "^4.1.5" | |||
| }, | |||
| "devDependencies": { | |||
| "@rushstack/eslint-patch": "^1.1.4", | |||
| "@types/node": "^16.11.56", | |||
| "@vitejs/plugin-vue": "^3.0.3", | |||
| "@vue/eslint-config-typescript": "^11.0.0", | |||
| "@vue/tsconfig": "^0.1.3", | |||
| "ali-oss": "^6.17.1", | |||
| "eslint": "^8.21.0", | |||
| "eslint-plugin-vue": "^9.4.0", | |||
| "npm-run-all": "^4.1.5", | |||
| "sass": "^1.54.6", | |||
| "typescript": "~4.7.4", | |||
| "unplugin-auto-import": "^0.11.2", | |||
| "vite": "^3.0.9", | |||
| "vue-tsc": "^0.40.4" | |||
| } | |||
| } |
public/favicon.ico
0 → 100644
4.2 KB
src/App.vue
0 → 100644
src/api/base.ts
0 → 100644
src/assets/styles/base.css
0 → 100644
src/components.d.ts
0 → 100644
src/components/Preview.vue
0 → 100644
src/components/base/AppCard.vue
0 → 100644
src/components/base/AppList.vue
0 → 100644
src/components/base/AppUpload.vue
0 → 100644
src/components/layout/Aside.vue
0 → 100644
src/components/layout/Header.vue
0 → 100644
src/components/layout/Index.vue
0 → 100644
src/components/layout/Main.vue
0 → 100644
src/main.ts
0 → 100644
src/modules/error/index.ts
0 → 100644
src/modules/error/views/401.vue
0 → 100644
src/modules/home/api.ts
0 → 100644
src/modules/home/index.ts
0 → 100644
src/modules/home/views/Index.vue
0 → 100644
src/modules/index.ts
0 → 100644
src/modules/school/school/api.ts
0 → 100644
src/modules/user/all/index.ts
0 → 100644
src/router/index.ts
0 → 100644
src/stores/menu.ts
0 → 100644
src/stores/user.ts
0 → 100644
src/types.ts
0 → 100644
src/utils/axios.ts
0 → 100644
src/utils/dictionary.js
0 → 100644
src/utils/permission.ts
0 → 100644
src/utils/upload.ts
0 → 100644
tsconfig.config.json
0 → 100644
tsconfig.json
0 → 100644
vite.config.ts
0 → 100644