const { initStore } = require("./store/namingStore"); App({ onLaunch() { initStore(); }, onShow() {}, globalData: {} });