feat: 初始化静态镜像站点仓库

This commit is contained in:
2026-04-08 21:44:32 +08:00
commit 9f9dba6289
2514 changed files with 727963 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["chunk-c9b152bc"], { "975d": function(e, t, a) {
}, "9af8": function(e, t, a) {
e.exports = a.p + "static/img/waiting.46d85db3.png";
}, bdca: function(e, t, a) {
"use strict";
a("975d");
}, c01c: function(e, t, a) {
"use strict";
a.r(t);
var n = function() {
var e2 = this, t2 = e2.$createElement, a2 = e2._self._c || t2;
return a2("div", { staticClass: "app-container bgHeight" }, [a2("el-tabs", { staticClass: "thirdTabs", attrs: { value: e2.activeName, type: "border-card" }, on: { "tab-click": e2.handleClick } }, [a2("el-tab-pane", { attrs: { label: "调查记录", name: "InvestigationRecords" } }, ["InvestigationRecords" === e2.activeName ? a2("InvestigationRecords") : e2._e()], 1), e2._v(" "), a2("el-tab-pane", { attrs: { label: "调查问卷", name: "questionnaire" } }, ["questionnaire" === e2.activeName ? a2("questionnaire") : e2._e()], 1)], 1)], 1);
}, i = [], c = a("a5b8"), s = function() {
var e2 = this, t2 = e2.$createElement, a2 = e2._self._c || t2;
return a2("waitTab");
}, o = [], r = a("69b7"), l = { components: { waitTab: r["a"] }, data: function() {
return {};
}, methods: {} }, u = l, d = a("829d"), b = Object(d["a"])(u, s, o, false, null, null, null), p = b.exports, v = { name: "houseManage", components: { questionnaire: c["default"], InvestigationRecords: p }, data: function() {
return { activeName: "InvestigationRecords" };
}, methods: { handleClick: function(e2) {
var t2 = e2.paneName;
this.activeName = t2;
} } }, m = v, f = (a("bdca"), Object(d["a"])(m, n, i, false, null, "0e3e5a0a", null));
t["default"] = f.exports;
} }]);