diff --git a/config/request.js b/config/request.js index 0cf3490..f7009c6 100644 --- a/config/request.js +++ b/config/request.js @@ -20,7 +20,7 @@ module.exports = vm => { //#ifdef DEV_SERVER console.log('DEV_SERVER') - config.baseURL = 'http://t-app.beida777.com/prod-api' + config.baseURL = 'http://localhost:8080' //#endif //#ifdef QA_SERVER diff --git a/package-lock.json b/package-lock.json index f630bf9..4d803a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3532,7 +3532,7 @@ }, "node_modules/html2canvas": { "version": "1.4.1", - "resolved": "https://registry.npmmirror.com/html2canvas/-/html2canvas-1.4.1.tgz", + "resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.4.1.tgz", "integrity": "sha512-fPU6BHNpsyIhr8yyMpTLLxAbkaK8ArIBcmZIRiBLiDhjeqvXolaEmDGmELFuX9I4xDcaKKcJl+TKZLqruBbmWA==", "license": "MIT", "dependencies": { diff --git a/pages/mine/share/index.vue b/pages/mine/share/index.vue index cd41176..e4234a3 100644 --- a/pages/mine/share/index.vue +++ b/pages/mine/share/index.vue @@ -1,25 +1,25 @@