Commit 3a799e7ef7924881844b167e91f907ecfef6bf9a
1 parent
b67c269c
压缩代码
Showing
2 changed files
with
2 additions
and
5 deletions
config/index.js
@@ -59,7 +59,7 @@ module.exports = { | @@ -59,7 +59,7 @@ module.exports = { | ||
59 | * Source Maps | 59 | * Source Maps |
60 | */ | 60 | */ |
61 | 61 | ||
62 | - productionSourceMap: true, | 62 | + productionSourceMap: false, |
63 | // https://webpack.js.org/configuration/devtool/#production | 63 | // https://webpack.js.org/configuration/devtool/#production |
64 | devtool: '#source-map', | 64 | devtool: '#source-map', |
65 | 65 |
src/utils/request.js
@@ -8,12 +8,9 @@ const service = axios.create({ | @@ -8,12 +8,9 @@ const service = axios.create({ | ||
8 | // https://pay.renniting.cn/ 赤峰正式环境 | 8 | // https://pay.renniting.cn/ 赤峰正式环境 |
9 | // http://pay.service.huangshiparking.com/ 黄石 | 9 | // http://pay.service.huangshiparking.com/ 黄石 |
10 | 10 | ||
11 | - // 'http://39.98.58.92:8090'; 赤峰测试环境 | ||
12 | - | ||
13 | - | ||
14 | // https://dev.renniting.cn/pay/ 赤峰农行测试环境 | 11 | // https://dev.renniting.cn/pay/ 赤峰农行测试环境 |
15 | 12 | ||
16 | - baseURL: 'https://pay.renniting.cn/', // url = base url + request url | 13 | + baseURL: 'https://dev.renniting.cn/pay/', // url = base url + request url |
17 | // withCredentials: true, // send cookies when cross-domain requests | 14 | // withCredentials: true, // send cookies when cross-domain requests |
18 | timeout: 6000 // request timeout | 15 | timeout: 6000 // request timeout |
19 | }) | 16 | }) |