const APP_LINK = "AppLink"; const AppLink = { INSIDE: { code: "1", name: "内挂链接" }, OUT: { code: "2", name: "外挂链接" }, }; export { APP_LINK, AppLink };