forked from angelo/web-retail-h5
chore(package): rename package name
This commit is contained in:
parent
27f4be0621
commit
8d6a31589d
|
@ -13,7 +13,7 @@ module.exports = (vm) => {
|
|||
|
||||
//#ifdef DEV_SERVER
|
||||
console.log('DEV_SERVER')
|
||||
config.baseURL = '/prod-api';
|
||||
config.baseURL = 'http://localhost:8080';
|
||||
//#endif
|
||||
|
||||
//#ifdef QA_SERVER
|
||||
|
|
|
@ -5665,4 +5665,4 @@
|
|||
"license": "BSD-3-Clause"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "hzs_cloud_h5",
|
||||
"name": "bd_cloud_h5",
|
||||
"version": "1.0.0",
|
||||
"description": "h5",
|
||||
"main": "main.js",
|
||||
|
@ -27,10 +27,6 @@
|
|||
"format": "prettier --write .",
|
||||
"check-format": "prettier --check ."
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://182.92.11.203:9999/web/hzs_cloud_h5.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
|
Loading…
Reference in New Issue