新增商品列表

This commit is contained in:
gyq
2024-01-03 14:49:37 +08:00
parent 6c2fb9b16e
commit 2d8d325449
7 changed files with 149 additions and 272 deletions

View File

@@ -16,17 +16,6 @@
"dev_t": "set NODE_OPTIONS=\"--openssl-legacy-provider\" & npm run dev\n"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"repository": {
"type": "git",
"url": "https://github.com/elunez/eladmin-web.git"