From 763c416826dd36d3584fbed26b21c9dc1325dc6e Mon Sep 17 00:00:00 2001 From: aeizzz Date: Mon, 30 Jan 2023 18:17:08 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20Introducing=20new=20features.=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B2=A1=E7=94=A8=E7=9A=84=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/chart/chart.scss | 434 --------------------- src/views/chart/chart.ts | 59 --- src/views/chart/head.vue | 101 ----- src/views/chart/index.vue | 477 ----------------------- src/views/fun/clipboard/index.vue | 30 -- src/views/fun/countup/index.vue | 152 -------- src/views/fun/cropper/index.vue | 56 --- src/views/fun/echartsMap/index.vue | 118 ------ src/views/fun/echartsMap/mock.ts | 387 ------------------ src/views/fun/gridLayout/index.vue | 55 --- src/views/fun/printJs/index.vue | 35 -- src/views/fun/qrcode/index.vue | 69 ---- src/views/fun/splitpanes/index.vue | 44 --- src/views/fun/tagsView/index.vue | 107 ----- src/views/fun/wangEditor/index.vue | 30 -- src/views/limits/backEnd/page/index.vue | 30 -- src/views/limits/frontEnd/btn/index.vue | 379 ------------------ src/views/limits/frontEnd/page/index.vue | 55 --- 18 files changed, 2618 deletions(-) delete mode 100644 src/views/chart/chart.scss delete mode 100644 src/views/chart/chart.ts delete mode 100644 src/views/chart/head.vue delete mode 100644 src/views/chart/index.vue delete mode 100644 src/views/fun/clipboard/index.vue delete mode 100644 src/views/fun/countup/index.vue delete mode 100644 src/views/fun/cropper/index.vue delete mode 100644 src/views/fun/echartsMap/index.vue delete mode 100644 src/views/fun/echartsMap/mock.ts delete mode 100644 src/views/fun/gridLayout/index.vue delete mode 100644 src/views/fun/printJs/index.vue delete mode 100644 src/views/fun/qrcode/index.vue delete mode 100644 src/views/fun/splitpanes/index.vue delete mode 100644 src/views/fun/tagsView/index.vue delete mode 100644 src/views/fun/wangEditor/index.vue delete mode 100644 src/views/limits/backEnd/page/index.vue delete mode 100644 src/views/limits/frontEnd/btn/index.vue delete mode 100644 src/views/limits/frontEnd/page/index.vue diff --git a/src/views/chart/chart.scss b/src/views/chart/chart.scss deleted file mode 100644 index 9ba92cbb..00000000 --- a/src/views/chart/chart.scss +++ /dev/null @@ -1,434 +0,0 @@ -.chart-scrollbar { - .chart-warp { - display: flex; - flex-direction: column; - height: 100%; - .chart-warp-bottom { - flex: 1; - overflow: hidden; - display: flex; - .big-data-down-left, - .big-data-down-right { - width: 30%; - display: flex; - flex-direction: column; - .flex-warp-item { - padding: 0 7.5px 15px 15px; - width: 100%; - height: 33.33%; - .flex-warp-item-box { - width: 100%; - height: 100%; - background: var(--el-color-white); - border: 1px solid var(--el-border-color-lighter); - border-radius: 4px; - display: flex; - flex-direction: column; - padding: 15px; - transition: all ease 0.3s; - &:hover { - box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%); - transition: all ease 0.3s; - } - .flex-title { - margin-bottom: 15px; - display: flex; - justify-content: space-between; - .flex-title-small { - font-size: 12px; - } - } - .flex-content { - flex: 1; - font-size: 12px; - } - .flex-content-overflow { - overflow: hidden; - } - } - } - } - .big-data-down-left { - color: var(--el-text-color-primary); - .sky { - display: flex; - align-items: center; - .sky-left { - font-size: 30px; - } - .sky-center { - flex: 1; - overflow: hidden; - padding: 0 10px; - font { - margin-right: 15px; - } - .span { - background: #22bc76; - border-radius: 2px; - padding: 0 5px; - color: var(--el-color-white); - } - } - .sky-right { - span { - font-size: 30px; - } - font { - font-size: 20px; - } - } - } - .sky-dd { - .sky-dl { - display: flex; - align-items: center; - height: 28px; - overflow: hidden; - div { - flex: 1; - overflow: hidden; - i { - font-size: 14px; - } - } - .tip { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - } - } - .sky-dl-first { - color: var(--el-color-primary); - } - } - .d-states { - display: flex; - .d-states-item { - flex: 1; - display: flex; - align-items: center; - overflow: hidden; - i { - font-size: 20px; - height: 33px; - width: 33px; - line-height: 33px; - text-align: center; - border-radius: 100%; - flex-shrink: 1; - color: var(--el-color-white); - display: flex; - align-items: center; - justify-content: center; - } - .i-bg1 { - background: #22bc76; - } - .i-bg2 { - background: #e2356d; - } - .i-bg3 { - background: #43bbef; - } - .d-states-flex { - overflow: hidden; - padding: 0 10px 0; - .d-states-item-label { - color: var(--el-color-primary); - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - } - .d-states-item-value { - font-size: 14px; - text-align: center; - margin-top: 3px; - color: var(--el-color-primary); - } - } - } - } - .d-btn { - margin-top: 5px; - .d-btn-item { - border: 1px solid var(--el-color-primary); - display: flex; - width: 100%; - border-radius: 35px; - align-items: center; - padding: 5px; - margin-top: 15px; - cursor: pointer; - transition: all ease 0.3s; - color: var(--el-color-primary); - .d-btn-item-left { - font-size: 20px; - border: 1px solid var(--el-color-primary); - width: 25px; - height: 25px; - line-height: 25px; - border-radius: 100%; - text-align: center; - font-size: 14px; - } - .d-btn-item-center { - padding: 0 10px; - flex: 1; - } - .d-btn-item-eight { - text-align: right; - padding-right: 10px; - } - } - } - } - .big-data-down-center { - width: 40%; - display: flex; - flex-direction: column; - .big-data-down-center-one { - height: 66.67%; - padding: 0 7.5px 15px; - .big-data-down-center-one-content { - height: 100%; - background: var(--el-color-white); - padding: 15px; - border: 1px solid var(--el-border-color-lighter); - border-radius: 4px; - transition: all ease 0.3s; - &:hover { - box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%); - transition: all ease 0.3s; - } - } - } - .big-data-down-center-two { - padding: 0 7.5px 15px; - height: 33.33%; - .flex-warp-item-box { - width: 100%; - height: 100%; - background: var(--el-color-white); - display: flex; - flex-direction: column; - padding: 15px; - border: 1px solid var(--el-border-color-lighter); - border-radius: 4px; - transition: all ease 0.3s; - &:hover { - box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%); - transition: all ease 0.3s; - } - .flex-title { - margin-bottom: 15px; - color: var(--el-text-color-primary); - display: flex; - justify-content: space-between; - .flex-title-small { - font-size: 12px; - } - } - .flex-content { - flex: 1; - font-size: 12px; - display: flex; - height: calc(100% - 30px); - .flex-content-left { - display: flex; - flex-wrap: wrap; - width: 120px; - height: 100%; - .monitor-item { - width: 50%; - display: flex; - align-items: center; - .monitor-wave { - cursor: pointer; - width: 40px; - height: 40px; - position: relative; - background-color: var(--el-color-primary); - border-radius: 50%; - overflow: hidden; - text-align: center; - &::before, - &::after { - content: ''; - position: absolute; - left: 50%; - width: 40px; - height: 40px; - background: #f4f4f4; - animation: roateOne 10s linear infinite; - transform: translateX(-50%); - z-index: 1; - } - &::before { - bottom: 10px; - border-radius: 60%; - } - &::after { - bottom: 8px; - opacity: 0.7; - border-radius: 37%; - } - .monitor-z-index { - position: relative; - z-index: 2; - color: var(--el-color-primary); - display: flex; - align-items: center; - height: 100%; - justify-content: center; - } - } - @keyframes roateOne { - 0% { - transform: translate(-50%, 0) rotateZ(0deg); - } - 50% { - transform: translate(-50%, -2%) rotateZ(180deg); - } - 100% { - transform: translate(-50%, 0%) rotateZ(360deg); - } - } - .monitor-active { - background-color: #22bc76; - .monitor-z-index { - color: #22bc76; - } - } - } - } - .flex-content-right { - flex: 1; - } - } - } - } - } - .big-data-down-right { - .flex-warp-item { - padding: 0 15px 15px 7.5px; - .flex-title { - color: var(--el-text-color-primary); - } - .flex-content { - display: flex; - flex-direction: column; - .task { - display: flex; - height: 45px; - .task-item { - flex: 1; - color: var(--el-color-white); - display: flex; - justify-content: center; - .task-item-box { - position: relative; - width: 45px; - height: 45px; - overflow: hidden; - border-radius: 100%; - z-index: 0; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.3); - &::before { - content: ''; - position: absolute; - z-index: -2; - left: -50%; - top: -50%; - width: 200%; - height: 200%; - background-repeat: no-repeat; - background-size: 50% 50%, 50% 50%; - background-position: 0 0, 100% 0, 100% 100%, 0 100%; - background-image: linear-gradient(#19d4ae, #19d4ae), linear-gradient(#5ab1ef, #5ab1ef), linear-gradient(#fa6e86, #fa6e86), - linear-gradient(#ffb980, #ffb980); - animation: rotate 2s linear infinite; - } - &::after { - content: ''; - position: absolute; - z-index: -1; - left: 1px; - top: 1px; - width: calc(100% - 2px); - height: calc(100% - 2px); - border-radius: 100%; - } - .task-item-value { - text-align: center; - font-size: 14px; - font-weight: bold; - } - .task-item-label { - text-align: center; - } - } - .task1 { - &::after { - background: #5492be; - } - } - .task2 { - &::after { - background: #43a177; - } - } - .task3 { - &::after { - background: #a76077; - } - } - } - .task-first-item { - flex-direction: column; - text-align: center; - color: var(--el-color-primary); - .task-first { - font-size: 20px; - } - } - } - .progress { - color: var(--el-text-color-primary); - display: flex; - flex-direction: column; - flex: 1; - justify-content: space-between; - margin-top: 15px; - .progress-item { - height: 33.33%; - display: flex; - align-items: center; - .progress-box { - flex: 1; - width: 100%; - margin-left: 10px; - :deep(.el-progress__text) { - color: var(--el-text-color-primary); - font-size: 12px !important; - text-align: right; - } - :deep(.el-progress-bar__outer) { - background-color: rgba(0, 0, 0, 0.1) !important; - } - :deep(.el-progress-bar) { - margin-right: -22px !important; - } - } - } - } - } - } - } - } - } -} diff --git a/src/views/chart/chart.ts b/src/views/chart/chart.ts deleted file mode 100644 index 6d10fd6e..00000000 --- a/src/views/chart/chart.ts +++ /dev/null @@ -1,59 +0,0 @@ -/** - * sky 天气 - * @returns 返回模拟数据 - */ -export const skyList = [ - { - v1: '时间', - v2: '天气', - v3: '温度', - v5: '降水', - v7: '风力', - type: 'title', - }, - { - v1: '今天', - v2: 'ele-Sunny', - v3: '20°/26°', - v5: '50%', - v7: '13m/s', - }, - { - v1: '明天', - v2: 'ele-Lightning', - v3: '20°/26°', - v5: '50%', - v7: '13m/s', - }, -]; - -/** - * 当前设置状态 - * @returns 返回模拟数据 - */ -export const dBtnList = [ - { - v2: '阳光玫瑰种植', - v3: '126天', - v4: '设备在线', - }, -]; - -/** - * 当前设备监测 - * @returns 返回模拟数据 - */ -export const chartData4List = [ - { - label: '温度', - }, - { - label: '光照', - }, - { - label: '湿度', - }, - { - label: '风力', - }, -]; diff --git a/src/views/chart/head.vue b/src/views/chart/head.vue deleted file mode 100644 index b5e0bdda..00000000 --- a/src/views/chart/head.vue +++ /dev/null @@ -1,101 +0,0 @@ - - - - - diff --git a/src/views/chart/index.vue b/src/views/chart/index.vue deleted file mode 100644 index ff22921d..00000000 --- a/src/views/chart/index.vue +++ /dev/null @@ -1,477 +0,0 @@ - - - - - diff --git a/src/views/fun/clipboard/index.vue b/src/views/fun/clipboard/index.vue deleted file mode 100644 index caefa717..00000000 --- a/src/views/fun/clipboard/index.vue +++ /dev/null @@ -1,30 +0,0 @@ - - - diff --git a/src/views/fun/countup/index.vue b/src/views/fun/countup/index.vue deleted file mode 100644 index ff794e93..00000000 --- a/src/views/fun/countup/index.vue +++ /dev/null @@ -1,152 +0,0 @@ - - - - - diff --git a/src/views/fun/cropper/index.vue b/src/views/fun/cropper/index.vue deleted file mode 100644 index dd5ff7e0..00000000 --- a/src/views/fun/cropper/index.vue +++ /dev/null @@ -1,56 +0,0 @@ - - - - - diff --git a/src/views/fun/echartsMap/index.vue b/src/views/fun/echartsMap/index.vue deleted file mode 100644 index eaf23e94..00000000 --- a/src/views/fun/echartsMap/index.vue +++ /dev/null @@ -1,118 +0,0 @@ - - - diff --git a/src/views/fun/echartsMap/mock.ts b/src/views/fun/echartsMap/mock.ts deleted file mode 100644 index 16623c7d..00000000 --- a/src/views/fun/echartsMap/mock.ts +++ /dev/null @@ -1,387 +0,0 @@ -// 地图模拟数据 -export const echartsMapList = [ - { name: '海门', value: 9 }, - { name: '鄂尔多斯', value: 12 }, - { name: '招远', value: 12 }, - { name: '舟山', value: 12 }, - { name: '齐齐哈尔', value: 14 }, - { name: '盐城', value: 15 }, - { name: '赤峰', value: 16 }, - { name: '青岛', value: 18 }, - { name: '乳山', value: 18 }, - { name: '金昌', value: 19 }, - { name: '泉州', value: 21 }, - { name: '莱西', value: 21 }, - { name: '日照', value: 21 }, - { name: '胶南', value: 22 }, - { name: '南通', value: 23 }, - { name: '拉萨', value: 24 }, - { name: '云浮', value: 24 }, - { name: '梅州', value: 25 }, - { name: '文登', value: 25 }, - { name: '上海', value: 25 }, - { name: '攀枝花', value: 25 }, - { name: '威海', value: 25 }, - { name: '承德', value: 25 }, - { name: '厦门', value: 26 }, - { name: '汕尾', value: 26 }, - { name: '潮州', value: 26 }, - { name: '丹东', value: 27 }, - { name: '太仓', value: 27 }, - { name: '曲靖', value: 27 }, - { name: '烟台', value: 28 }, - { name: '福州', value: 29 }, - { name: '瓦房店', value: 30 }, - { name: '即墨', value: 30 }, - { name: '抚顺', value: 31 }, - { name: '玉溪', value: 31 }, - { name: '张家口', value: 31 }, - { name: '阳泉', value: 31 }, - { name: '莱州', value: 32 }, - { name: '湖州', value: 32 }, - { name: '汕头', value: 32 }, - { name: '昆山', value: 33 }, - { name: '宁波', value: 33 }, - { name: '湛江', value: 33 }, - { name: '揭阳', value: 34 }, - { name: '荣成', value: 34 }, - { name: '连云港', value: 35 }, - { name: '葫芦岛', value: 35 }, - { name: '常熟', value: 36 }, - { name: '东莞', value: 36 }, - { name: '河源', value: 36 }, - { name: '淮安', value: 36 }, - { name: '泰州', value: 36 }, - { name: '南宁', value: 37 }, - { name: '营口', value: 37 }, - { name: '惠州', value: 37 }, - { name: '江阴', value: 37 }, - { name: '蓬莱', value: 37 }, - { name: '韶关', value: 38 }, - { name: '嘉峪关', value: 38 }, - { name: '广州', value: 38 }, - { name: '延安', value: 38 }, - { name: '太原', value: 39 }, - { name: '清远', value: 39 }, - { name: '中山', value: 39 }, - { name: '昆明', value: 39 }, - { name: '寿光', value: 40 }, - { name: '盘锦', value: 40 }, - { name: '长治', value: 41 }, - { name: '深圳', value: 360 }, - { name: '珠海', value: 42 }, - { name: '宿迁', value: 43 }, - { name: '咸阳', value: 43 }, - { name: '铜川', value: 44 }, - { name: '平度', value: 44 }, - { name: '佛山', value: 44 }, - { name: '海口', value: 44 }, - { name: '江门', value: 45 }, - { name: '章丘', value: 45 }, - { name: '肇庆', value: 46 }, - { name: '大连', value: 47 }, - { name: '临汾', value: 47 }, - { name: '吴江', value: 47 }, - { name: '石嘴山', value: 49 }, - { name: '沈阳', value: 50 }, - { name: '苏州', value: 50 }, - { name: '茂名', value: 50 }, - { name: '嘉兴', value: 51 }, - { name: '长春', value: 51 }, - { name: '胶州', value: 52 }, - { name: '银川', value: 52 }, - { name: '张家港', value: 52 }, - { name: '三门峡', value: 53 }, - { name: '锦州', value: 54 }, - { name: '南昌', value: 54 }, - { name: '柳州', value: 54 }, - { name: '三亚', value: 54 }, - { name: '自贡', value: 56 }, - { name: '吉林', value: 56 }, - { name: '阳江', value: 57 }, - { name: '泸州', value: 57 }, - { name: '西宁', value: 57 }, - { name: '宜宾', value: 58 }, - { name: '呼和浩特', value: 58 }, - { name: '成都', value: 58 }, - { name: '大同', value: 58 }, - { name: '镇江', value: 59 }, - { name: '桂林', value: 59 }, - { name: '张家界', value: 59 }, - { name: '宜兴', value: 59 }, - { name: '北海', value: 60 }, - { name: '西安', value: 61 }, - { name: '金坛', value: 62 }, - { name: '东营', value: 62 }, - { name: '牡丹江', value: 63 }, - { name: '遵义', value: 63 }, - { name: '绍兴', value: 63 }, - { name: '扬州', value: 64 }, - { name: '常州', value: 64 }, - { name: '潍坊', value: 65 }, - { name: '重庆', value: 66 }, - { name: '台州', value: 67 }, - { name: '南京', value: 67 }, - { name: '滨州', value: 70 }, - { name: '贵阳', value: 71 }, - { name: '无锡', value: 71 }, - { name: '本溪', value: 71 }, - { name: '克拉玛依', value: 72 }, - { name: '渭南', value: 72 }, - { name: '马鞍山', value: 72 }, - { name: '宝鸡', value: 72 }, - { name: '焦作', value: 75 }, - { name: '句容', value: 75 }, - { name: '北京', value: 79 }, - { name: '徐州', value: 79 }, - { name: '衡水', value: 80 }, - { name: '包头', value: 80 }, - { name: '绵阳', value: 80 }, - { name: '乌鲁木齐', value: 84 }, - { name: '枣庄', value: 84 }, - { name: '杭州', value: 84 }, - { name: '淄博', value: 85 }, - { name: '鞍山', value: 86 }, - { name: '溧阳', value: 86 }, - { name: '库尔勒', value: 86 }, - { name: '安阳', value: 90 }, - { name: '开封', value: 90 }, - { name: '济南', value: 92 }, - { name: '德阳', value: 93 }, - { name: '温州', value: 95 }, - { name: '九江', value: 96 }, - { name: '邯郸', value: 98 }, - { name: '临安', value: 99 }, - { name: '兰州', value: 99 }, - { name: '沧州', value: 100 }, - { name: '临沂', value: 103 }, - { name: '南充', value: 104 }, - { name: '天津', value: 105 }, - { name: '富阳', value: 106 }, - { name: '泰安', value: 112 }, - { name: '诸暨', value: 112 }, - { name: '郑州', value: 113 }, - { name: '哈尔滨', value: 114 }, - { name: '聊城', value: 116 }, - { name: '芜湖', value: 117 }, - { name: '唐山', value: 119 }, - { name: '平顶山', value: 119 }, - { name: '邢台', value: 119 }, - { name: '德州', value: 120 }, - { name: '济宁', value: 120 }, - { name: '荆州', value: 127 }, - { name: '宜昌', value: 130 }, - { name: '义乌', value: 132 }, - { name: '丽水', value: 133 }, - { name: '洛阳', value: 134 }, - { name: '秦皇岛', value: 136 }, - { name: '株洲', value: 143 }, - { name: '石家庄', value: 147 }, - { name: '莱芜', value: 148 }, - { name: '常德', value: 152 }, - { name: '保定', value: 153 }, - { name: '湘潭', value: 154 }, - { name: '金华', value: 157 }, - { name: '岳阳', value: 169 }, - { name: '长沙', value: 175 }, - { name: '衢州', value: 177 }, - { name: '廊坊', value: 93 }, - { name: '菏泽', value: 194 }, - { name: '合肥', value: 229 }, - { name: '武汉', value: 273 }, - { name: '大庆', value: 279 }, -]; - -// 地图经纬度数据 -export const echartsMapData = { - 海门: [121.15, 31.89], - 鄂尔多斯: [109.781327, 39.608266], - 招远: [120.38, 37.35], - 舟山: [122.207216, 29.985295], - 齐齐哈尔: [123.97, 47.33], - 盐城: [120.13, 33.38], - 赤峰: [118.87, 42.28], - 青岛: [120.33, 36.07], - 乳山: [121.52, 36.89], - 金昌: [102.188043, 38.520089], - 泉州: [118.58, 24.93], - 莱西: [120.53, 36.86], - 日照: [119.46, 35.42], - 胶南: [119.97, 35.88], - 南通: [121.05, 32.08], - 拉萨: [91.11, 29.97], - 云浮: [112.02, 22.93], - 梅州: [116.1, 24.55], - 文登: [122.05, 37.2], - 上海: [121.48, 31.22], - 攀枝花: [101.718637, 26.582347], - 威海: [122.1, 37.5], - 承德: [117.93, 40.97], - 厦门: [118.1, 24.46], - 汕尾: [115.375279, 22.786211], - 潮州: [116.63, 23.68], - 丹东: [124.37, 40.13], - 太仓: [121.1, 31.45], - 曲靖: [103.79, 25.51], - 烟台: [121.39, 37.52], - 福州: [119.3, 26.08], - 瓦房店: [121.979603, 39.627114], - 即墨: [120.45, 36.38], - 抚顺: [123.97, 41.97], - 玉溪: [102.52, 24.35], - 张家口: [114.87, 40.82], - 阳泉: [113.57, 37.85], - 莱州: [119.942327, 37.177017], - 湖州: [120.1, 30.86], - 汕头: [116.69, 23.39], - 昆山: [120.95, 31.39], - 宁波: [121.56, 29.86], - 湛江: [110.359377, 21.270708], - 揭阳: [116.35, 23.55], - 荣成: [122.41, 37.16], - 连云港: [119.16, 34.59], - 葫芦岛: [120.836932, 40.711052], - 常熟: [120.74, 31.64], - 东莞: [113.75, 23.04], - 河源: [114.68, 23.73], - 淮安: [119.15, 33.5], - 泰州: [119.9, 32.49], - 南宁: [108.33, 22.84], - 营口: [122.18, 40.65], - 惠州: [114.4, 23.09], - 江阴: [120.26, 31.91], - 蓬莱: [120.75, 37.8], - 韶关: [113.62, 24.84], - 嘉峪关: [98.289152, 39.77313], - 广州: [113.23, 23.16], - 延安: [109.47, 36.6], - 太原: [112.53, 37.87], - 清远: [113.01, 23.7], - 中山: [113.38, 22.52], - 昆明: [102.73, 25.04], - 寿光: [118.73, 36.86], - 盘锦: [122.070714, 41.119997], - 长治: [113.08, 36.18], - 深圳: [114.07, 22.62], - 珠海: [113.52, 22.3], - 宿迁: [118.3, 33.96], - 咸阳: [108.72, 34.36], - 铜川: [109.11, 35.09], - 平度: [119.97, 36.77], - 佛山: [113.11, 23.05], - 海口: [110.35, 20.02], - 江门: [113.06, 22.61], - 章丘: [117.53, 36.72], - 肇庆: [112.44, 23.05], - 大连: [121.62, 38.92], - 临汾: [111.5, 36.08], - 吴江: [120.63, 31.16], - 石嘴山: [106.39, 39.04], - 沈阳: [123.38, 41.8], - 苏州: [120.62, 31.32], - 茂名: [110.88, 21.68], - 嘉兴: [120.76, 30.77], - 长春: [125.35, 43.88], - 胶州: [120.03336, 36.264622], - 银川: [106.27, 38.47], - 张家港: [120.555821, 31.875428], - 三门峡: [111.19, 34.76], - 锦州: [121.15, 41.13], - 南昌: [115.89, 28.68], - 柳州: [109.4, 24.33], - 三亚: [109.511909, 18.252847], - 自贡: [104.778442, 29.33903], - 吉林: [126.57, 43.87], - 阳江: [111.95, 21.85], - 泸州: [105.39, 28.91], - 西宁: [101.74, 36.56], - 宜宾: [104.56, 29.77], - 呼和浩特: [111.65, 40.82], - 成都: [104.06, 30.67], - 大同: [113.3, 40.12], - 镇江: [119.44, 32.2], - 桂林: [110.28, 25.29], - 张家界: [110.479191, 29.117096], - 宜兴: [119.82, 31.36], - 北海: [109.12, 21.49], - 西安: [108.95, 34.27], - 金坛: [119.56, 31.74], - 东营: [118.49, 37.46], - 牡丹江: [129.58, 44.6], - 遵义: [106.9, 27.7], - 绍兴: [120.58, 30.01], - 扬州: [119.42, 32.39], - 常州: [119.95, 31.79], - 潍坊: [119.1, 36.62], - 重庆: [106.54, 29.59], - 台州: [121.420757, 28.656386], - 南京: [118.78, 32.04], - 滨州: [118.03, 37.36], - 贵阳: [106.71, 26.57], - 无锡: [120.29, 31.59], - 本溪: [123.73, 41.3], - 克拉玛依: [84.77, 45.59], - 渭南: [109.5, 34.52], - 马鞍山: [118.48, 31.56], - 宝鸡: [107.15, 34.38], - 焦作: [113.21, 35.24], - 句容: [119.16, 31.95], - 北京: [116.46, 39.92], - 徐州: [117.2, 34.26], - 衡水: [115.72, 37.72], - 包头: [110, 40.58], - 绵阳: [104.73, 31.48], - 乌鲁木齐: [87.68, 43.77], - 枣庄: [117.57, 34.86], - 杭州: [120.19, 30.26], - 淄博: [118.05, 36.78], - 鞍山: [122.85, 41.12], - 溧阳: [119.48, 31.43], - 库尔勒: [86.06, 41.68], - 安阳: [114.35, 36.1], - 开封: [114.35, 34.79], - 济南: [117, 36.65], - 德阳: [104.37, 31.13], - 温州: [120.65, 28.01], - 九江: [115.97, 29.71], - 邯郸: [114.47, 36.6], - 临安: [119.72, 30.23], - 兰州: [103.73, 36.03], - 沧州: [116.83, 38.33], - 临沂: [118.35, 35.05], - 南充: [106.110698, 30.837793], - 天津: [117.2, 39.13], - 富阳: [119.95, 30.07], - 泰安: [117.13, 36.18], - 诸暨: [120.23, 29.71], - 郑州: [113.65, 34.76], - 哈尔滨: [126.63, 45.75], - 聊城: [115.97, 36.45], - 芜湖: [118.38, 31.33], - 唐山: [118.02, 39.63], - 平顶山: [113.29, 33.75], - 邢台: [114.48, 37.05], - 德州: [116.29, 37.45], - 济宁: [116.59, 35.38], - 荆州: [112.239741, 30.335165], - 宜昌: [111.3, 30.7], - 义乌: [120.06, 29.32], - 丽水: [119.92, 28.45], - 洛阳: [112.44, 34.7], - 秦皇岛: [119.57, 39.95], - 株洲: [113.16, 27.83], - 石家庄: [114.48, 38.03], - 莱芜: [117.67, 36.19], - 常德: [111.69, 29.05], - 保定: [115.48, 38.85], - 湘潭: [112.91, 27.87], - 金华: [119.64, 29.12], - 岳阳: [113.09, 29.37], - 长沙: [113, 28.21], - 衢州: [118.88, 28.97], - 廊坊: [116.7, 39.53], - 菏泽: [115.480656, 35.23375], - 合肥: [117.27, 31.86], - 武汉: [114.31, 30.52], - 大庆: [125.03, 46.58], -}; diff --git a/src/views/fun/gridLayout/index.vue b/src/views/fun/gridLayout/index.vue deleted file mode 100644 index 88840039..00000000 --- a/src/views/fun/gridLayout/index.vue +++ /dev/null @@ -1,55 +0,0 @@ - - - - - diff --git a/src/views/fun/printJs/index.vue b/src/views/fun/printJs/index.vue deleted file mode 100644 index d3b6188b..00000000 --- a/src/views/fun/printJs/index.vue +++ /dev/null @@ -1,35 +0,0 @@ - - - diff --git a/src/views/fun/qrcode/index.vue b/src/views/fun/qrcode/index.vue deleted file mode 100644 index 46d77fdd..00000000 --- a/src/views/fun/qrcode/index.vue +++ /dev/null @@ -1,69 +0,0 @@ - - - - - diff --git a/src/views/fun/splitpanes/index.vue b/src/views/fun/splitpanes/index.vue deleted file mode 100644 index d54fb088..00000000 --- a/src/views/fun/splitpanes/index.vue +++ /dev/null @@ -1,44 +0,0 @@ - - - - - diff --git a/src/views/fun/tagsView/index.vue b/src/views/fun/tagsView/index.vue deleted file mode 100644 index 8af1b021..00000000 --- a/src/views/fun/tagsView/index.vue +++ /dev/null @@ -1,107 +0,0 @@ - - - - - diff --git a/src/views/fun/wangEditor/index.vue b/src/views/fun/wangEditor/index.vue deleted file mode 100644 index c3ab93b4..00000000 --- a/src/views/fun/wangEditor/index.vue +++ /dev/null @@ -1,30 +0,0 @@ - - - diff --git a/src/views/limits/backEnd/page/index.vue b/src/views/limits/backEnd/page/index.vue deleted file mode 100644 index bda2789e..00000000 --- a/src/views/limits/backEnd/page/index.vue +++ /dev/null @@ -1,30 +0,0 @@ - - - diff --git a/src/views/limits/frontEnd/btn/index.vue b/src/views/limits/frontEnd/btn/index.vue deleted file mode 100644 index 3181c30d..00000000 --- a/src/views/limits/frontEnd/btn/index.vue +++ /dev/null @@ -1,379 +0,0 @@ - - - - - diff --git a/src/views/limits/frontEnd/page/index.vue b/src/views/limits/frontEnd/page/index.vue deleted file mode 100644 index 9fa35aea..00000000 --- a/src/views/limits/frontEnd/page/index.vue +++ /dev/null @@ -1,55 +0,0 @@ - - -