ASR/miniprogram/config.js

17 lines
260 B
JavaScript
Raw Normal View History

2020-08-31 16:55:41 +00:00
/**
* 小程序配置文件
*/
var host = "https://asr.codesdream.com";
// var host = "http://localhost:8087";
var appID = "wx8d9d87cf93f3e918";
var config = {
loginUrl: host+'/wx/user/'+appID+'/login',
hostUrl: host
};
module.exports = config;