Files
SOP/sop-website/website-front/config/config.js
2019-04-14 23:09:24 +08:00

11 lines
157 B
JavaScript

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