mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-15 14:50:29 +08:00
分页查询添加
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "check-ts",
|
||||
"name": "backend-ts",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"description": "API接口",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
@@ -9,7 +9,7 @@
|
||||
"start": "nodemon ./dist/server.js",
|
||||
"prod": "npm run build && npm run start"
|
||||
},
|
||||
"author": "Coral Ram",
|
||||
"author": "team",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"nodemon": "^1.19.4",
|
||||
@@ -27,4 +27,4 @@
|
||||
"svg-captcha": "^1.4.0",
|
||||
"winston": "^3.3.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user