project init

This commit is contained in:
2023-01-04 21:06:34 +08:00
parent 5b0e3d2583
commit abc4f65a8e
10 changed files with 391 additions and 2 deletions

10
app.js Normal file
View File

@@ -0,0 +1,10 @@
// app.js
import api from './utils/api.js';
App({
onLaunch() {
},
globalData: {
},
$api: api,
})