first commit

main
徐景良 2023-05-30 10:14:48 +08:00
commit 4c34ba3393
788 changed files with 212257 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
.DS_Store
node_modules
/dist
.svn
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# PC项目模板
### 项目安装、运行、打包
```npm install```
```npm run dev```
```npm run build```

5
babel.config.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}

14861
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

66
package.json Normal file
View File

@ -0,0 +1,66 @@
{
"name": "factoryapp",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.4.1",
"@riophae/vue-treeselect": "^0.4.0",
"@turf/turf": "^6.5.0",
"axios": "^0.21.4",
"body-parser": "^1.19.0",
"cascader-multi": "^2.0.3",
"clipboard": "^2.0.11",
"core-js": "^3.6.5",
"element-ui": "^2.15.8",
"jquery": "^3.6.4",
"less-loader": "^6.0.0",
"mapbox-gl": "^2.13.0",
"mapbox-gl-utils": "^0.39.0",
"qs": "^6.11.1",
"terraformer-wkt-parser": "^1.2.1",
"vue": "^2.6.11",
"vue-axios": "^3.5.2",
"vue-infinite-scroll": "^2.0.2",
"vue-router": "^3.2.0",
"vue-simple-tree": "^2.3.2",
"vuex": "^3.4.0",
"webuploader": "^0.1.8"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"map": "^1.0.1",
"parcel-bundler": "^1.12.5",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
public/images/data-draw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

BIN
public/images/img.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

BIN
public/images/img1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
public/images/img10.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 KiB

BIN
public/images/img11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
public/images/img12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 KiB

BIN
public/images/img13.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
public/images/img14.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
public/images/img15.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
public/images/img16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

BIN
public/images/img17.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

BIN
public/images/img18.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 KiB

BIN
public/images/img19.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
public/images/img2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
public/images/img20.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
public/images/img21.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
public/images/img22.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
public/images/img23.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
public/images/img24.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
public/images/img25.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
public/images/img26.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 KiB

BIN
public/images/img3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
public/images/img4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
public/images/img5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB

BIN
public/images/img6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 KiB

BIN
public/images/img7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 KiB

BIN
public/images/img8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 KiB

BIN
public/images/img9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 KiB

BIN
public/images/monitor.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
public/images/number/6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

BIN
public/images/point.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 776 B

BIN
public/images/shp-file.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
public/images/upload.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
public/images/图层.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 791 B

64
public/index.html Normal file
View File

@ -0,0 +1,64 @@
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--强制HTTPS请求-->
<!--<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">-->
<meta name="viewport" content="
width=device-width,
initial-scale=1.0,
minimum-scale=1.0,
maximum-scale=1.0,
viewport-fit=cover,
user-scalable=no">
<link rel="icon" href="./favicon.ico">
<link rel='stylesheet' href='https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-draw/v1.0.9/mapbox-gl-draw.css'
type='text/css' />
<script type="text/javascript" src="./lib/Cesium/Cesium.js"></script>
<script type="text/javascript" src="./lib/mars3d/mars3d.js"></script>
<link rel='stylesheet' type='text/css' href="./lib/mars3d/mars3d.css" />
<link rel='stylesheet' type='text/css' href="./lib/Cesium/Widgets/widgets.css" />
<title></title>
<script src="js/jquery.min.js"></script>
<script src="js/shp.min.js"></script>
</head>
<body>
<noscript>
<strong>ERROR</strong>
</noscript>
<div id="app"></div>
<style>
body {
transform-origin: left top;
}
</style>
</body>
<script>
fnResize();
function fnResize() {
let wW = document.body.clientWidth;
let rem = wW / 1920;
document.body.style.transform = "scale(" + rem + ")";
}
function checkFull() {
var fullScreen = parent.document.webkitIsFullScreen || parent.document.fullscreen || parent.document.mozFullScreen || parent.document.msFullscreenElement;
if (fullScreen === undefined) {
fullScreen = false;
}
return fullScreen;
}
window.onresize = function () {
fnResize();
}
</script>
</html>

6
public/js/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
public/js/mapbox-gl.css Normal file

File diff suppressed because one or more lines are too long

0
public/js/rem.js Normal file
View File

16
public/js/shp.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Some files were not shown because too many files have changed in this diff Show More