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.
|
/**
|
|
* 配置
|
|
* @type {{url: string}}
|
|
*/
|
|
var SopConfig = {
|
|
/**
|
|
* 后端接口url
|
|
*/
|
|
url: 'http://localhost:8083' // 末尾没有斜杠
|
|
}
|
|
|