8f324e77 by 华明祺

no message

1 parent df022f5c
......@@ -63,7 +63,8 @@ let request = function(req) {
let url, data
if (config.localPort) {
const baseUrl = location.origin + '/prod-api/jsintszxd/request'
// const baseUrl = location.origin + '/prod-api/jsintszxd/request'
const baseUrl = config.localPort + '/jsintszxd/request'
if (req.method === 'POST') {
req.params.userNo = token
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!