武田-血友病B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
221 B

3 weeks ago
// app.ts
3 weeks ago
import page from "@/utils/page";
3 weeks ago
App<IAppOption>({
3 weeks ago
globalData: {
imageUrl: "https://m.wtx.hbraas.com/demo/web/images/",
},
3 weeks ago
onLaunch() {
3 weeks ago
Page = page as WechatMiniprogram.Page.Constructor;
3 weeks ago
},
3 weeks ago
});