feat: 初始化居家上门服务系统完整项目代码
- Spring Boot 后端服务 (hss-home-service) - delivery-miniapp 配送小程序 - website 官网 (Nuxt) - docs 架构设计文档 - Docker 容器化部署配置 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
31
hss-home-service/website/.nuxt/dist/server/_nuxt/applications-Cy7tl04a.js
vendored
Normal file
31
hss-home-service/website/.nuxt/dist/server/_nuxt/applications-Cy7tl04a.js
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
import { _ as __nuxt_component_0 } from "./client-only-BYtvs9ir.js";
|
||||
import { defineComponent, ref, useSSRContext } from "vue";
|
||||
import { ssrRenderComponent } from "vue/server-renderer";
|
||||
import "/home/akoo/居家服务/hss-home-service/website/node_modules/hookable/dist/index.mjs";
|
||||
import "/home/akoo/居家服务/hss-home-service/website/node_modules/defu/dist/defu.mjs";
|
||||
const _sfc_main = /* @__PURE__ */ defineComponent({
|
||||
__name: "applications",
|
||||
__ssrInlineRender: true,
|
||||
setup(__props) {
|
||||
ref([]);
|
||||
ref(true);
|
||||
ref(false);
|
||||
ref(false);
|
||||
ref(false);
|
||||
ref({ patientId: "", serviceType: "HOME_CARE", channel: "WECHAT", contactName: "", contactPhone: "", address: "", regionCode: "441402001", notes: "" });
|
||||
return (_ctx, _push, _parent, _attrs) => {
|
||||
const _component_ClientOnly = __nuxt_component_0;
|
||||
_push(ssrRenderComponent(_component_ClientOnly, _attrs, {}, _parent));
|
||||
};
|
||||
}
|
||||
});
|
||||
const _sfc_setup = _sfc_main.setup;
|
||||
_sfc_main.setup = (props, ctx) => {
|
||||
const ssrContext = useSSRContext();
|
||||
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("pages/platform/applications.vue");
|
||||
return _sfc_setup ? _sfc_setup(props, ctx) : void 0;
|
||||
};
|
||||
export {
|
||||
_sfc_main as default
|
||||
};
|
||||
//# sourceMappingURL=applications-Cy7tl04a.js.map
|
||||
Reference in New Issue
Block a user