Commit 53a7425c by zhangxingmin

push

parent 5c6d2ab6
...@@ -15,10 +15,9 @@ ...@@ -15,10 +15,9 @@
] ]
}, },
"scripts": { "scripts": {
"serve": "npm run dev:h5", "dev": "vite",
"build": "npm run build:h5", "build": "vite build",
"dev:h5": "uni -p h5", "preview": "vite preview"
"build:h5": "uni build -p h5 --public-path ./"
}, },
"dependencies": { "dependencies": {
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment