Commit 0e5e0818 authored by 郭铭瑶's avatar 郭铭瑶 🤘

打包

parent 72047841
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -6,10 +6,10 @@
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>静安智慧房管</title>
<script type="module" crossorigin src="./assets/index.c26d6571.js"></script>
<script type="module" crossorigin src="./assets/index.473707ed.js"></script>
<link rel="modulepreload" href="./assets/vendor.8dcd84ff.js">
<link rel="stylesheet" href="./assets/vendor.db35e2cd.css">
<link rel="stylesheet" href="./assets/index.ceed81cb.css">
<link rel="stylesheet" href="./assets/index.19e21daa.css">
</head>
<body>
......
......@@ -15119,7 +15119,7 @@ script$5.__scopeId = "data-v-1b5160db";
var img = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABcCAMAAADUMSJqAAAAvVBMVEUAAABcZnBGU2FHVGJGU2JHVGJIVGJLWmVKVmdHVGJGVGJGU2FGU2FHU2JHU2FGU2FGVGFHU2FGU2JHVGFGVGJHVGFHVGJHVGJIVWJIU2NIVGNIVmRIVWJIU2SAgIBIU2JGU2H////d3+JPW2n8/P34+Pnk5uhjbnpWYm/x8vNdaXXp6+23vMHc3+HR1djFyc309fZyfIZLV2X7+/vW2dy+w8imrLOMlJ14goxbZ3OvtLqepayFjpdteIPJzdEJKXV6AAAAIHRSTlMABvh9+6NEIx/+8+/s49/a0srEv6edj4h1X1VKPC4ChxwaMwQAAALJSURBVGjezZrpcuIwDIAdh9BS7jMlECoTGrqUm3L02vd/rB2Y7gbGCrGdaJbvH8Pw4UkkxZbCVLB8z3YatUqJ81Kl1nBsz7dYFlh9u8lBgjftfso/GOSdB4jlwckPjNX3bhkSKLv3Ruq7dg4UyLXv9NWtAihSaOnpLZuDBtzWuLf5KmhSzasuuwMGdCylGKmDEXWFuOkVwZBiL8ndzYExue519yOk4vGa+wlS8pSwbqK1dyEDujFxkoMMyPXQ+C5CJhSReLfqkBF1OVc7kBkdqVYBxss0HEVMj/X1Lfq8me3WgJG/dFtoHXwPxTm/jn8nLpgHaI28vDA2+hR4E0lyMQUM++K5wwFhJ5Ll4gsQ+B2LaAHCaqQiX74DQuts4djzMngVKnIxx35ciJbeBoStUJOLT0Bo/8tNLO/3QlU++saqwN88dUFmslSWixCLR5edGJTRKFSW4/FYHsQm507oyMVXbJo6WBTqyPF4dE6Zj+xjQ6EnFwtkD3ysAX2QmT9jTK99JdOXyooxeIFpAhFNxiwORHCL+YAQaAMIPvNAZi60+QAZD72fI335EL2jDp3cYQ06eYPV6OQ1VqGTV1iJTl5inE7OSeWkl4X0hpKGImkSkaY/beHy4uWb1xMbU7nH/Fj5dg0ngoWh3GcWj5O/wA9jMzm3GGvGycfww7eZvBltLWT5bDU5cQjN5PZxU0QVLX1pO2csx7dzzKGRO9EWGpMvwzOedeX5aPOPyKcFOGO9TZDjm3/m4vIALpjoyV3pwCXHecQqSY4fuFgbj/PD+IxDqCVv44dc82jBD7mslVo+Q47neGMh1JcvkMYC3hL50JfvpbIS18wJhukWXrWutaHWn7+H6swWeyk56RpopK0/yqYlZbuVslFM2eKmbM5TjhUoByKUoxzKIRTl+Oz/D/6MRpa3MmzVGxPf2oBbbTR/qy8VpHwd4g9iIkihG8B+EgAAAABJRU5ErkJggg==";
var icon9 = img;
const _withScopeId$1 = n => (pushScopeId("data-v-4b36329a"), n = n(), popScopeId(), n);
const _withScopeId$1 = n => (pushScopeId("data-v-100ce4a6"), n = n(), popScopeId(), n);
const _hoisted_1$4 = /*#__PURE__*/createTextVNode(" 住宅房屋 ");
......@@ -15170,7 +15170,7 @@ function setup$4(__props) {
value: 3960
}, {
icon: icon9,
name: '物业汽油桶',
name: '物业企业',
value: 45
}]);
return (_ctx, _cache) => {
......@@ -15217,7 +15217,7 @@ var script$4 = /*#__PURE__*/defineComponent({ ...__default__$4,
var css_248z$4 = "";
styleInject(css_248z$4);
script$4.__scopeId = "data-v-4b36329a";
script$4.__scopeId = "data-v-100ce4a6";
const _withScopeId = n => (pushScopeId("data-v-3337e5bb"), n = n(), popScopeId(), n);
......
......@@ -65,11 +65,6 @@ const mapRef = shallowRef<any>(null)
const { layout } = useLayout()
const { components, componentList } = useComponent()
const list = ref<any[]>([])
ajax
.get({ url: api.CONFIGS, params: { configStatus: '1', pageSize: 9000 } })
.then((res) => {
list.value = res?.data?.content || []
})
const showModal = ref(false)
const defaultConfig = {
layout: {
......@@ -105,7 +100,15 @@ const fullScreen = ref(false)
function handleMapBtnsEvents(key: string) {
switch (key) {
case 'list':
ajax
.get({
url: api.CONFIGS,
params: { configStatus: '1', pageSize: 9000 },
})
.then((res) => {
list.value = res?.data?.content || []
showModal.value = true
})
break
case 'home':
initConfig()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment