latest
Showing
.swagger-codegen/VERSION
0 → 100644
CanvasLayer.js
0 → 100644
api-docs.json
0 → 100644
git_push.sh
0 → 100644
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
"version": "0.0.0", | "version": "0.0.0", | ||
"scripts": { | "scripts": { | ||
"ng": "ng", | "ng": "ng", | ||
"start": "ng serve", | "start": "ng serve --proxy--config proxy.json", | ||
"build": "ng build", | "build": "ng build", | ||
"test": "ng test", | "test": "ng test", | ||
"lint": "ng lint", | "lint": "ng lint", | ||
... | @@ -11,7 +11,6 @@ | ... | @@ -11,7 +11,6 @@ |
}, | }, | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"@angular/animations": "~7.2.0", | |||
"@angular/common": "~7.2.0", | "@angular/common": "~7.2.0", | ||
"@angular/compiler": "~7.2.0", | "@angular/compiler": "~7.2.0", | ||
"@angular/core": "~7.2.0", | "@angular/core": "~7.2.0", | ||
... | @@ -19,6 +18,7 @@ | ... | @@ -19,6 +18,7 @@ |
"@angular/platform-browser": "~7.2.0", | "@angular/platform-browser": "~7.2.0", | ||
"@angular/platform-browser-dynamic": "~7.2.0", | "@angular/platform-browser-dynamic": "~7.2.0", | ||
"@angular/router": "~7.2.0", | "@angular/router": "~7.2.0", | ||
"angular2-baidu-map": "^4.7.0", | |||
"core-js": "^2.5.4", | "core-js": "^2.5.4", | ||
"rxjs": "~6.3.3", | "rxjs": "~6.3.3", | ||
"tslib": "^1.9.0", | "tslib": "^1.9.0", | ||
... | ... |
proxy.json
0 → 100644
src/app/api/.gitignore
0 → 100644
src/app/api/.swagger-codegen-ignore
0 → 100644
src/app/api/.swagger-codegen/VERSION
0 → 100644
src/app/api/README.md
0 → 100644
src/app/api/api.module.ts
0 → 100644
src/app/api/api/api.ts
0 → 100644
src/app/api/api/default.service.ts
0 → 100644
src/app/api/configuration.ts
0 → 100644
src/app/api/encoder.ts
0 → 100644
src/app/api/git_push.sh
0 → 100644
src/app/api/index.ts
0 → 100644
src/app/api/model/camera.ts
0 → 100644
src/app/api/model/course.ts
0 → 100644
src/app/api/model/models.ts
0 → 100644
src/app/api/model/project.ts
0 → 100644
src/app/api/model/resultBeanCamera.ts
0 → 100644
src/app/api/model/resultBeanCourse.ts
0 → 100644
src/app/api/model/resultBeanListCamera.ts
0 → 100644
src/app/api/model/resultBeanListCourse.ts
0 → 100644
src/app/api/model/resultBeanListProject.ts
0 → 100644
src/app/api/model/resultBeanListScetion.ts
0 → 100644
src/app/api/model/resultBeanProject.ts
0 → 100644
src/app/api/model/resultBeanScetion.ts
0 → 100644
src/app/api/model/resultBeandouble.ts
0 → 100644
src/app/api/model/resultBeanint.ts
0 → 100644
src/app/api/model/scetion.ts
0 → 100644
src/app/api/variables.ts
0 → 100644
src/app/draw.ts
0 → 100644
src/app/dynamic-script.service.spec.ts
0 → 100644
src/app/dynamic-script.service.ts
0 → 100644
src/app/main/main.component.html
0 → 100644
src/app/main/main.component.less
0 → 100644
src/app/main/main.component.spec.ts
0 → 100644
src/app/main/main.component.ts
0 → 100644
src/app/main/theme.ts
0 → 100644
src/app/modal/modal.component.html
0 → 100644
src/app/modal/modal.component.less
0 → 100644
src/app/modal/modal.component.spec.ts
0 → 100644
src/app/modal/modal.component.ts
0 → 100644
src/app/services/index.ts
0 → 100644
src/app/services/modal.service.ts
0 → 100644
src/app/video/video.component.html
0 → 100644
src/app/video/video.component.less
0 → 100644
src/app/video/video.component.spec.ts
0 → 100644
src/app/video/video.component.ts
0 → 100644
src/assets/DrawingManager.js
0 → 100644
src/assets/GeoUtils.js
0 → 100644
src/build/index.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment