Commit 74da5c65 by 朱建香

2018/01/03

1.defaultConfig:添加请求地址配置
parent b8a266dc
export default {
"url": "https://cloud.iot.u-gen.net/"
}
\ No newline at end of file
import config from './config.js';
import VueI18n from 'vue-i18n';
import defaultConfig from './defaultConfig';
var VueTouch = require('vue-touch');
Vue.use(VueTouch);
......@@ -19,7 +20,7 @@ const iot = new UIOT({
cloud: {
// url: 'http://wx.iotface.com'
//96环境
url: 'http://192.168.2.96:20000'
url: defaultConfig.url
//96外网
// url: 'http://jycinema.u-gen.net'
//正式
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment