2025-04-29 17:15:39 +08:00

12 lines
186 B
TypeScript

// e:\project\dy_video_all\初晴剧场\pages\home\home.ts
import { httpRequest } from "../../utils/httpReques";
Page({
data: {
},
onLoad: function () {
},
onShow() {
},
})