c1a88d16 by 华明祺

no message

1 parent 8f324e77
......@@ -63,8 +63,11 @@ let request = function(req) {
let url, data
if (config.localPort) {
// const baseUrl = location.origin + '/prod-api/jsintszxd/request'
//生产环境
// const baseUrl = location.origin + '/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!