【门店端】 提交

This commit is contained in:
Ghost
2025-04-09 09:34:27 +08:00
parent 3d49092cf7
commit c78ded8a7c
31 changed files with 10541 additions and 1 deletions

19
Store_vue/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "store",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"uview-ui": "^2.0.38"
},
"devDependencies": {
"sass": "^1.86.0",
"sass-loader": "^10.5.2"
}
}