97a60dfd by 华明祺

no message

1 parent 699dfdee
......@@ -63,7 +63,7 @@ let request = function(req) {
let url, data
if (config.localPort) {
const baseUrl = config.localPort + '/jsintszxd/request'
const baseUrl = location.origin + '/prod-api/jsintszxd/request'
if (req.method === 'POST') {
req.params.userNo = token
url = baseUrl
......
const baseUrl_api = "/dev-api";
const appSecretId = 'af14ef3f-ebec-446c-8d1f-c4afa60dd095';
const localPort = localStorage.getItem('localPort')
// const localPort = 'guowang'
export default {
localPort,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!