Showing
167 changed files
with
4857 additions
and
0 deletions
backend/README.md
0 → 100644
backend/pom.xml
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
backend/src/main/resources/application.yml
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
backend/src/test/resources/schema.sql
0 → 100644
This diff is collapsed. Click to expand it.
database/scripts/01_create_system_tables.sql
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
database/scripts/03_insert_system_data.sql
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
database/scripts/05_test_database_auth.sql
0 → 100644
This diff is collapsed. Click to expand it.
database/scripts/README.md
0 → 100644
This diff is collapsed. Click to expand it.
database/scripts/README_log_permissions.md
0 → 100644
This diff is collapsed. Click to expand it.
database/scripts/初始化数据脚本.sql
0 → 100644
This diff is collapsed. Click to expand it.
docs/design/技术架构设计.md
0 → 100644
This diff is collapsed. Click to expand it.
docs/design/数据库设计文档.md
0 → 100644
This diff is collapsed. Click to expand it.
docs/development/Apple经销商ERP前端开发计划.md
0 → 100644
This diff is collapsed. Click to expand it.
docs/development/Apple经销商ERP系统对接项目-两周开发计划.md
0 → 100644
This diff is collapsed. Click to expand it.
docs/requirements/Apple 经销商 ERP 系统对接项目.docx
0 → 100644
No preview for this file type
docs/requirements/Apple 经销商 ERP 系统对接项目.md
0 → 100644
This diff is collapsed. Click to expand it.
No preview for this file type
frontend/.eslintrc.cjs
0 → 100644
This diff is collapsed. Click to expand it.
frontend/.prettierrc
0 → 100644
This diff is collapsed. Click to expand it.
frontend/PROJECT_SUMMARY.md
0 → 100644
This diff is collapsed. Click to expand it.
frontend/README.md
0 → 100644
This diff is collapsed. Click to expand it.
frontend/auto-imports.d.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/components.d.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/env.d.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/env.development
0 → 100644
This diff is collapsed. Click to expand it.
frontend/env.production
0 → 100644
This diff is collapsed. Click to expand it.
frontend/package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
frontend/package.json
0 → 100644
This diff is collapsed. Click to expand it.
frontend/public/404.svg
0 → 100644
This diff is collapsed. Click to expand it.
frontend/public/index.html
0 → 100644
This diff is collapsed. Click to expand it.
frontend/public/logo.png
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/App.vue
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/api/auth.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/api/dict.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/api/log.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/api/menu.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/api/role.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/api/user.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/assets/styles/common.scss
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
frontend/src/assets/styles/index.scss
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/assets/styles/mixins.scss
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/assets/styles/variables.scss
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/components/layout/Header.vue
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/components/layout/Sidebar.vue
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
frontend/src/layouts/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/main.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/router/index.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/stores/modules/app.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/stores/modules/permission.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/stores/modules/user.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/types/index.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/utils/auth.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/utils/index.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/utils/request.ts
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/views/Test.vue
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/views/dashboard/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/views/error/404.vue
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/views/login/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/views/sys/dict/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/views/sys/menu/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/views/sys/role/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
frontend/src/views/sys/user/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
frontend/tsconfig.json
0 → 100644
This diff is collapsed. Click to expand it.
frontend/tsconfig.tsbuildinfo
0 → 100644
This diff is collapsed. Click to expand it.
frontend/vite.config.ts
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment