You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
SOP/sop-website/website-front/config/config.js

10 lines
157 B

/**
* 配置
* @type {{url: string}}
*/
var SopConfig = {
/**
* 后端接口url
*/
url: 'http://localhost:8083' // 末尾没有斜杠
}