8f324e77 by 华明祺

no message

1 parent df022f5c
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!