no message
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -63,7 +63,8 @@ let request = function(req) { | ... | @@ -63,7 +63,8 @@ let request = function(req) { |
| 63 | 63 | ||
| 64 | let url, data | 64 | let url, data |
| 65 | if (config.localPort) { | 65 | if (config.localPort) { |
| 66 | const baseUrl = location.origin + '/prod-api/jsintszxd/request' | 66 | // const baseUrl = location.origin + '/prod-api/jsintszxd/request' |
| 67 | const baseUrl = config.localPort + '/jsintszxd/request' | ||
| 67 | if (req.method === 'POST') { | 68 | if (req.method === 'POST') { |
| 68 | req.params.userNo = token | 69 | req.params.userNo = token |
| 69 | url = baseUrl | 70 | url = baseUrl | ... | ... |
-
Please register or sign in to post a comment