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.
 
 
 
 
 
wastesorting/src/common/config.js

12 lines
303 B

export var config={
//服务器地址
server:"http://192.168.50.73",
// 接口
interface:{
//图片解析
image_parse:"/api/BaiduImage.php?XDEBUG_SESSION_START=PHPSTORM",
// 文本查询
text_query:"/api/QueryText.php?XDEBUG_SESSION_START=PHPSTORM"
}
}