import apis from "./apis/index" App({ onLaunch() { //挂载api方法 wx.$api = apis }, globalData: { } })