如果没有最后那个逗号,注释上面一行好像是会有问题

wechat_user_type
Ge Hao 8 years ago
parent 0143e6b853
commit bc540e3233
  1. 4
      app.js

@ -35,7 +35,7 @@ App({
globalData:{
userInfo: null,
currentCustomer: null,
API_URL: 'http://localhost:3000'
// API_URL: 'https://rapi-staging.bayekeji.com'
// API_URL: 'http://localhost:3000',
API_URL: 'https://rapi-staging.bayekeji.com'
}
})

Loading…
Cancel
Save