浏览代码

数据回放部分功能、数据下载

Rmengdi 1 年之前
父节点
当前提交
8fd15175aa

+ 15 - 0
PHM-web/src/views/manage/faultDiagnosis/index.vue

@@ -0,0 +1,15 @@
+<template>
+  <div>
+故障预测
+  </div>
+</template>
+
+<script>
+  export default {
+    name:'faultDiagnosis'
+  }
+</script>
+
+<style scoped>
+
+</style>

文件差异内容过多而无法显示
+ 0 - 0
PHM-web/src/views/manage/sortie/dataPlayBack.vue


+ 1 - 1
PHM-web/vue.config.js

@@ -35,7 +35,7 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://localhost:8080`,
+        target: `http://192.168.0.100:8080`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''

部分文件因为文件数量过多而无法显示