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-admin/sop-admin-front/config/config.js

10 lines
139 B

/**
* 配置
* @type {{url: string}}
*/
var SopConfig = {
/**
* 后端接口url
*/
url: 'http://localhost:8082/api'
}