diff --git a/config/request.js b/config/request.js index 5fa9b1b..0e8c9e9 100644 --- a/config/request.js +++ b/config/request.js @@ -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 diff --git a/package-lock.json b/package-lock.json index d368753..bf9e859 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5665,4 +5665,4 @@ "license": "BSD-3-Clause" } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 4f0b676..6965e6a 100644 --- a/package.json +++ b/package.json @@ -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",