self_mall_xcx/app.js
2023-10-26 13:25:02 +08:00

13 lines
337 B
JavaScript

import updateManager from './common/updateManager';
// export const ServerBasePath = 'http://localhost:8888/api/';
// export const ServerBasePath = 'http://192.168.1.102:8888/api/';
export const ServerBasePath = 'http://mall.api.aerwen.net/api/';
App({
onLaunch: function () {},
onShow: function () {
updateManager();
},
});