shop_xcx/app.js
2023-10-13 13:37:48 +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://shop.api.aerwen.net/api/';
App({
onLaunch: function () {},
onShow: function () {
updateManager();
},
});