Merge branch 'feature-20251125wyz-做产品上架' into 'dev'
Feature 20251125wyz 做产品上架 See merge request !6
Showing
Dockerfile
0 → 100644
nginx.conf
0 → 100644
| ... | @@ -7,9 +7,10 @@ | ... | @@ -7,9 +7,10 @@ |
| "type": "module", | "type": "module", | ||
| "scripts": { | "scripts": { | ||
| "dev": "vite", | "dev": "vite", | ||
| "build:prod": "vite build", | "build": "vite build", | ||
| "build:stage": "vite build --mode staging", | "build:dev": "vite build --mode=development", | ||
| "preview": "vite preview" | "preview": "vite preview", | ||
| "report": "npm run build --report" | |||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -28,6 +29,7 @@ | ... | @@ -28,6 +29,7 @@ |
| "js-beautify": "1.14.11", | "js-beautify": "1.14.11", | ||
| "js-cookie": "3.0.5", | "js-cookie": "3.0.5", | ||
| "jsencrypt": "3.3.2", | "jsencrypt": "3.3.2", | ||
| "lodash-es": "^4.17.21", | |||
| "nprogress": "0.2.0", | "nprogress": "0.2.0", | ||
| "pinia": "3.0.2", | "pinia": "3.0.2", | ||
| "splitpanes": "^4.0.4", | "splitpanes": "^4.0.4", | ||
| ... | ... |
src/api/product/index.js
0 → 100644
src/assets/images/video-thumbnail.png
0 → 100644
3.18 MB
src/components/CategoryTable/index.vue
0 → 100644
src/utils/1.js
0 → 100644
src/utils/2.js
0 → 100644
src/views/merchandise/addProduce.vue
0 → 100644
src/views/merchandise/productsList.vue
0 → 100644
src/views/merchandise/putOnSale.vue
0 → 100644
src/views/system/lazyPdf/index.vue
0 → 100644
src/views/system/user/bf/index.vue
deleted
100644 → 0
Please
register
or
sign in
to comment