升级商城逻辑

This commit is contained in:
2025-09-02 09:29:20 +08:00
parent 16bfc525c2
commit 49eed40ad0
30 changed files with 22710 additions and 1339 deletions

View File

@@ -4,11 +4,11 @@
"description": "Vue3 + Node.js 集成系统",
"main": "server.js",
"scripts": {
"dev": "concurrently \"npm run dev:frontend\" \"npm run dev:admin\" \"npm run dev:server\"",
"dev": "concurrently \"npm run dev:admin\" \"npm run dev:server\"",
"dev:frontend": "cd frontend && npm run dev",
"dev:admin": "cd admin && npm run dev",
"dev:server": "nodemon server.js",
"build": "npm run build:frontend && npm run build:admin",
"build": " npm run build:admin",
"build:frontend": "cd frontend && npm run build",
"build:admin": "cd admin && npm run build",
"start": "node server.js"