3
0
Fork 0

chore(package): rename package name

This commit is contained in:
woody 2025-04-24 17:50:24 +08:00
parent 27f4be0621
commit 8d6a31589d
3 changed files with 3 additions and 7 deletions

View File

@ -13,7 +13,7 @@ module.exports = (vm) => {
//#ifdef DEV_SERVER //#ifdef DEV_SERVER
console.log('DEV_SERVER') console.log('DEV_SERVER')
config.baseURL = '/prod-api'; config.baseURL = 'http://localhost:8080';
//#endif //#endif
//#ifdef QA_SERVER //#ifdef QA_SERVER

2
package-lock.json generated
View File

@ -5665,4 +5665,4 @@
"license": "BSD-3-Clause" "license": "BSD-3-Clause"
} }
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "hzs_cloud_h5", "name": "bd_cloud_h5",
"version": "1.0.0", "version": "1.0.0",
"description": "h5", "description": "h5",
"main": "main.js", "main": "main.js",
@ -27,10 +27,6 @@
"format": "prettier --write .", "format": "prettier --write .",
"check-format": "prettier --check ." "check-format": "prettier --check ."
}, },
"repository": {
"type": "git",
"url": "http://182.92.11.203:9999/web/hzs_cloud_h5.git"
},
"keywords": [], "keywords": [],
"author": "", "author": "",
"license": "ISC", "license": "ISC",