Commit 408282d6 by 黄秀兰

up

parent 03a2d630
...@@ -14,8 +14,8 @@ App({ ...@@ -14,8 +14,8 @@ App({
events: new Events(), events: new Events(),
api: {}, api: {},
host: { host: {
root: 'https://dapi.mepai.me/', root: 'https://api.mepai.me/',
root_images: 'https://dimages.mepai.me' root_images: 'https://images.mepai.me'
}, },
onLaunch: function () { onLaunch: function () {
var _this = this; var _this = this;
......
...@@ -3,7 +3,7 @@ const app_info = { ...@@ -3,7 +3,7 @@ const app_info = {
secret: 'f0a575b6c2dfddab4c982b065bb70255' secret: 'f0a575b6c2dfddab4c982b065bb70255'
} }
const url = { const url = {
login: 'https://dapi.mepai.me/v1/ologin' login: 'https://api.mepai.me/v1/ologin'
} }
function login ( app, nickname ) { function login ( app, nickname ) {
var device_token = wx.getSystemInfoSync().system; var device_token = wx.getSystemInfoSync().system;
......
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