11 lines
121 B
TypeScript
11 lines
121 B
TypeScript
import { httpRequest } from "./utils/httpReques"
|
|
|
|
App({
|
|
data: {
|
|
httpRequest
|
|
},
|
|
onLaunch: function () {
|
|
|
|
}
|
|
})
|