diff --git a/config/index.js b/config/index.js index f6ea675..89bb041 100644 --- a/config/index.js +++ b/config/index.js @@ -9,7 +9,15 @@ module.exports = { // Paths assetsSubDirectory: 'static', assetsPublicPath: '/', - proxyTable: {}, + proxyTable: { + '/api': { + target: 'http://192.168.151.56:8092/', + changeOrigin: true, + pathRewrite: { + '^/api': '' + } + } + }, // Various Dev Server settings host: 'localhost', // can be overwritten by process.env.HOST diff --git a/src/views/firefighting/fireInfoReport/components/fireDevice.vue b/src/views/firefighting/fireInfoReport/components/fireDevice.vue new file mode 100644 index 0000000..5cad7d8 --- /dev/null +++ b/src/views/firefighting/fireInfoReport/components/fireDevice.vue @@ -0,0 +1,326 @@ + + + + + + diff --git a/src/views/firefighting/fireInfoReport/components/firePoint.vue b/src/views/firefighting/fireInfoReport/components/firePoint.vue new file mode 100644 index 0000000..ed2a17a --- /dev/null +++ b/src/views/firefighting/fireInfoReport/components/firePoint.vue @@ -0,0 +1,333 @@ + + + + + diff --git a/src/views/firefighting/fireInfoReport/components/fireRegion.vue b/src/views/firefighting/fireInfoReport/components/fireRegion.vue new file mode 100644 index 0000000..111846f --- /dev/null +++ b/src/views/firefighting/fireInfoReport/components/fireRegion.vue @@ -0,0 +1,188 @@ + + + + + diff --git a/src/views/firefighting/fireInfoReport/components/list.vue b/src/views/firefighting/fireInfoReport/components/list.vue new file mode 100644 index 0000000..18c1cc3 --- /dev/null +++ b/src/views/firefighting/fireInfoReport/components/list.vue @@ -0,0 +1,131 @@ + + + diff --git a/src/views/firefighting/fireInfoReport/index.vue b/src/views/firefighting/fireInfoReport/index.vue new file mode 100644 index 0000000..ac31013 --- /dev/null +++ b/src/views/firefighting/fireInfoReport/index.vue @@ -0,0 +1,46 @@ + + + + diff --git a/src/views/firefighting/fireReport/components/fireControlRoom.vue b/src/views/firefighting/fireReport/components/fireControlRoom.vue new file mode 100644 index 0000000..80d63ce --- /dev/null +++ b/src/views/firefighting/fireReport/components/fireControlRoom.vue @@ -0,0 +1,169 @@ + + + + + diff --git a/src/views/firefighting/fireReport/components/firePumpRoom.vue b/src/views/firefighting/fireReport/components/firePumpRoom.vue new file mode 100644 index 0000000..5dd6147 --- /dev/null +++ b/src/views/firefighting/fireReport/components/firePumpRoom.vue @@ -0,0 +1,169 @@ + + + + + diff --git a/src/views/firefighting/fireReport/components/fireResources.vue b/src/views/firefighting/fireReport/components/fireResources.vue new file mode 100644 index 0000000..b434a2d --- /dev/null +++ b/src/views/firefighting/fireReport/components/fireResources.vue @@ -0,0 +1,169 @@ + + + + + diff --git a/src/views/firefighting/fireReport/components/list.vue b/src/views/firefighting/fireReport/components/list.vue new file mode 100644 index 0000000..e29f4bf --- /dev/null +++ b/src/views/firefighting/fireReport/components/list.vue @@ -0,0 +1,131 @@ + + + diff --git a/src/views/firefighting/fireReport/index.vue b/src/views/firefighting/fireReport/index.vue new file mode 100644 index 0000000..fa086b6 --- /dev/null +++ b/src/views/firefighting/fireReport/index.vue @@ -0,0 +1,46 @@ + + + + diff --git a/src/views/firefighting/fireUtilReport/components/fireList.vue b/src/views/firefighting/fireUtilReport/components/fireList.vue new file mode 100644 index 0000000..f767c26 --- /dev/null +++ b/src/views/firefighting/fireUtilReport/components/fireList.vue @@ -0,0 +1,485 @@ + + + diff --git a/src/views/firefighting/fireUtilReport/components/fireRecord.vue b/src/views/firefighting/fireUtilReport/components/fireRecord.vue new file mode 100644 index 0000000..541eb93 --- /dev/null +++ b/src/views/firefighting/fireUtilReport/components/fireRecord.vue @@ -0,0 +1,315 @@ + + + + + diff --git a/src/views/firefighting/fireUtilReport/components/list.vue b/src/views/firefighting/fireUtilReport/components/list.vue new file mode 100644 index 0000000..ea5a935 --- /dev/null +++ b/src/views/firefighting/fireUtilReport/components/list.vue @@ -0,0 +1,117 @@ + + + diff --git a/src/views/firefighting/fireUtilReport/components/recordInfo.vue b/src/views/firefighting/fireUtilReport/components/recordInfo.vue new file mode 100644 index 0000000..f5ab0a5 --- /dev/null +++ b/src/views/firefighting/fireUtilReport/components/recordInfo.vue @@ -0,0 +1,431 @@ + + + + + diff --git a/src/views/firefighting/fireUtilReport/components/recordList.vue b/src/views/firefighting/fireUtilReport/components/recordList.vue new file mode 100644 index 0000000..c10fe85 --- /dev/null +++ b/src/views/firefighting/fireUtilReport/components/recordList.vue @@ -0,0 +1,233 @@ + + + + + diff --git a/src/views/firefighting/fireUtilReport/components/recording.vue b/src/views/firefighting/fireUtilReport/components/recording.vue new file mode 100644 index 0000000..b929e28 --- /dev/null +++ b/src/views/firefighting/fireUtilReport/components/recording.vue @@ -0,0 +1,1971 @@ +