“代码初次提交”
@ -0,0 +1,8 @@
|
||||
node_modules
|
||||
.DS_Store
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
.idea
|
||||
.svn
|
||||
.git
|
||||
@ -0,0 +1,7 @@
|
||||
# Vue 3 + Vite
|
||||
|
||||
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
||||
|
||||
## Recommended IDE Setup
|
||||
|
||||
- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)
|
||||
@ -0,0 +1,102 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<link rel="icon" href="/favicon.ico"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>农发合作社管理平台</title>
|
||||
<link href="./public/Cesium/Widgets/widgets.css" rel="stylesheet">
|
||||
<script src="./Cesium/Cesium.js"></script>
|
||||
<script src="./js/axios.min.js" ></script>
|
||||
<script type="text/javascript" src="./webrtcstreamer.js"></script>
|
||||
<script type="text/javascript" src="./adapter.min.js"></script>
|
||||
<script src="https://api.tianditu.gov.cn/cdn/plugins/cesium/cesiumTdt.js"></script>
|
||||
<link href="./public/mapboxgl/mapbox-gl.css" rel="stylesheet">
|
||||
<script src="./mapboxgl/mapbox-gl.js"></script>
|
||||
<style>
|
||||
pre {
|
||||
position: relative;
|
||||
margin-bottom: 24px;
|
||||
background: #FFF;
|
||||
font-size: 16px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.pre-numbering {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -32px;
|
||||
width: 32px;
|
||||
padding: 8px 2px 8px 2px;
|
||||
border-right: 1px solid #C3CCD0;
|
||||
background-color: #002b36;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
.pre-numbering li{
|
||||
text-align:center;
|
||||
height:24px;
|
||||
line-height: 24px;
|
||||
list-style:none;
|
||||
font-family: Menlo, monospace;
|
||||
color: #839496;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
<script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
|
||||
<script src="https://unpkg.com/shpjs@4.0.4/dist/shp.js"></script>
|
||||
<script>
|
||||
// fnResize();
|
||||
//
|
||||
// function fnResize() {
|
||||
// let wW = document.body.clientWidth;
|
||||
// let rem = wW / 1920;
|
||||
// document.getElementById('app').style.transform = "scale(" + rem + ")";
|
||||
// }
|
||||
//
|
||||
// window.onresize = function () {
|
||||
// fnResize();
|
||||
// }
|
||||
|
||||
//获取cookie
|
||||
// var Cookie = {
|
||||
// get:function(key){ //获取cookie
|
||||
// if(document.cookie){
|
||||
// let cookieObject = {};
|
||||
// let cookieArr = document.cookie.split(";");
|
||||
// console.log("cookieArr",cookieArr);
|
||||
// cookieArr.forEach((item,index)=>{
|
||||
// if(item.match("=")){
|
||||
// let keyValueArr = item.split("=");
|
||||
// console.log("cookieObject",keyValueArr);
|
||||
// keyValueArr[0] = keyValueArr[0].trim();
|
||||
// cookieObject[keyValueArr[0]]=keyValueArr[1];
|
||||
// }
|
||||
// })
|
||||
// }
|
||||
// },
|
||||
// set:function(key,value){ //设置cookie
|
||||
// let setInfo = key+"="+value;
|
||||
// document.cookie = setInfo;
|
||||
// },
|
||||
// delete:function(key){ //删除指定cookie
|
||||
// let value = this.get(key);
|
||||
// let info = key+"="+value+";max-age=0"
|
||||
// this.set(info)
|
||||
// },
|
||||
// clear:function(){ //清空cookie
|
||||
|
||||
// }
|
||||
// }
|
||||
|
||||
// Cookie.set("email","3225043@qq.com"); //设置cookie
|
||||
|
||||
// Cookie.delete("email"); //删除cookie
|
||||
|
||||
// Cookie.get("email");
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "test-demo-1",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"serve": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons": "0.0.11",
|
||||
"@element-plus/icons-vue": "^2.0.6",
|
||||
"@geoman-io/leaflet-geoman-free": "^2.11.2",
|
||||
"@vueuse/core": "^8.9.4",
|
||||
"axios": "^0.24.0",
|
||||
"echarts": "^5.3.3",
|
||||
"element-plus": "^2.1.8",
|
||||
"flv.js": "^1.6.2",
|
||||
"js-md5": "^0.8.3",
|
||||
"leaflet": "^1.7.1",
|
||||
"leaflet-minimap": "^3.6.1",
|
||||
"leaflet.chinatmsproviders": "^3.0.4",
|
||||
"leaflet.markercluster": "^1.5.0",
|
||||
"less-loader": "^11.1.0",
|
||||
"mpegts.js": "^1.7.3",
|
||||
"sass": "^1.43.5",
|
||||
"scss": "^0.2.4",
|
||||
"terser": "^5.31.2",
|
||||
"vue": "^3.2.16",
|
||||
"vue-router": "^4.0.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^1.9.3",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"highlight.js": "^10.6.0",
|
||||
"postcss": "^8.4.14",
|
||||
"tailwindcss": "^3.1.5",
|
||||
"vite": "^2.6.4"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
configureWebpack: config => {
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
config.optimization.minimizer[0].options.terserOptions.compress.drop_console = true
|
||||
}
|
||||
},
|
||||
}
|
||||
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 8.6 KiB |
|
After Width: | Height: | Size: 203 KiB |
|
After Width: | Height: | Size: 111 KiB |
|
After Width: | Height: | Size: 191 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 9.4 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 8.0 KiB |
|
After Width: | Height: | Size: 9.1 KiB |
|
After Width: | Height: | Size: 7.7 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 7.7 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 9.3 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 8.3 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 8.8 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 12 KiB |
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TileMap version="1.0.0" tilemapservice="http://tms.osgeo.org/1.0.0">
|
||||
<Title>NE2_HR_LC_SR_W_DR_recolored.tif</Title>
|
||||
<Abstract></Abstract>
|
||||
<SRS>EPSG:4326</SRS>
|
||||
<BoundingBox miny="-90.00000000000000" minx="-180.00000000000000" maxy="90.00000000000000" maxx="180.00000000000000"/>
|
||||
<Origin y="-90.00000000000000" x="-180.00000000000000"/>
|
||||
<TileFormat width="256" height="256" mime-type="image/jpg" extension="jpg"/>
|
||||
<TileSets profile="geodetic">
|
||||
<TileSet href="0" units-per-pixel="0.70312500000000" order="0"/>
|
||||
<TileSet href="1" units-per-pixel="0.35156250000000" order="1"/>
|
||||
<TileSet href="2" units-per-pixel="0.17578125000000" order="2"/>
|
||||
</TileSets>
|
||||
</TileMap>
|
||||
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 131 KiB |
|
After Width: | Height: | Size: 164 KiB |
|
After Width: | Height: | Size: 179 KiB |
|
After Width: | Height: | Size: 135 KiB |
|
After Width: | Height: | Size: 165 KiB |
|
After Width: | Height: | Size: 165 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 414 KiB |
|
After Width: | Height: | Size: 526 KiB |