1 files added
3 files modified
| New file |
| | |
| | | FROM ubuntu/nginx:1.24-24.04_edge |
| | | |
| | | # 复制自定义配置文件 |
| | | #COPY nginx.conf /etc/nginx/nginx.conf |
| | | #COPY default.conf /etc/nginx/conf.d/default.conf |
| | | |
| | | # 复制网站文件 |
| | | COPY build /usr/share/nginx/html |
| | |
| | | }, |
| | | "dependencies": { |
| | | "@ant-design/icons": "^4.0.0", |
| | | "@turf/turf": "^7.2.0", |
| | | "antd": "^4.24.16", |
| | | "echarts": "^5.6.0", |
| | | "iclient3d-plot-diy": "^1.0.33", |
| | | "iclient3d-plot-diy": "^1.0.36", |
| | | "iclient3d-plot-diy-attachment": "^1.0.2", |
| | | "jquery": "^3.7.1", |
| | | "@turf/turf": "^7.2.0", |
| | | "react-draggable": "^3.3.2", |
| | | "react-router-dom": "^5.3.4", |
| | | "rxjs": "^7.8.2" |
| | |
| | | .then(mdText => { |
| | | this.setState({htmlString: window.marked.parse(mdText)}); |
| | | }); |
| | | this.showData(); |
| | | //监听拨盘事件 |
| | | this.mapFunction.addBpListener(function (id, dom) { |
| | | if (id && dom) { |
| | |
| | | {name: '图标1', img: './project3d/icon/bpImgs/icon-1.png'}, |
| | | {name: '图标2', img: './project3d/icon/bpImgs/icon-2.png'}, |
| | | {name: '图标3', img: './project3d/icon/bpImgs/icon-3.png'}, |
| | | {name: '图标4', img: './project3d/icon/bpImgs/icon-4.png'}, |
| | | {name: '关闭', img: './project3d/icon/bpImgs/icon-4.png'}, |
| | | ] |
| | | }; |
| | | this.setState({ |
| | |
| | | this.setState({ |
| | | clickBpIndex: index |
| | | }); |
| | | if (index === 3) { |
| | | this.closeBp(); |
| | | } |
| | | }); |
| | | } |
| | | }, this); |
| | |
| | | |
| | | optionObjs = { |
| | | "目标简标": { |
| | | code: '123123', |
| | | bz: true, |
| | | bzlx: 'simple', |
| | | jbwb: 'R:00017', |
| | |
| | | .then(mdText => { |
| | | this.setState({htmlString: window.marked.parse(mdText)}); |
| | | }); |
| | | this.showOptions(); |
| | | } |
| | | |
| | | showOptions = () => { |