This commit is contained in:
parent
0ac3181dcd
commit
d32bade671
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite + Vue</title>
|
||||
<title>数据中台(西周)</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
|
@ -38,7 +38,7 @@
|
|||
</el-tabs>
|
||||
<div v-else class="dissatisfy">
|
||||
<div class="dissatisfy_box">
|
||||
<img src="@/assets/images/oneNode.f1997e1e.png" alt="" />
|
||||
<img src="@/assets/images/oneNode.png" alt="" />
|
||||
<p>请将1个节点连接至本节点</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
</el-tabs>
|
||||
<div v-else class="dissatisfy">
|
||||
<div class="dissatisfy_box">
|
||||
<img src="@/assets/imgs/oneNode.f1997e1e.png" alt="" />
|
||||
<img src="@/assets/images/oneNode.png" alt="" />
|
||||
<p>请将1个节点连接至本节点</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
</el-tabs>
|
||||
<div v-else class="dissatisfy">
|
||||
<div class="dissatisfy_box">
|
||||
<img src="@/assets/imgs/oneNode.f1997e1e.png" alt="" />
|
||||
<img src="@/assets/images/oneNode.png" alt="" />
|
||||
<p>请将1个节点连接至本节点</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
</el-tabs>
|
||||
<div v-else class="dissatisfy">
|
||||
<div class="dissatisfy_box">
|
||||
<img src="@/assets/imgs/oneNode.f1997e1e.png" alt="" />
|
||||
<img src="@/assets/images/oneNode.png" alt="" />
|
||||
<p>请将1个节点连接至本节点</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
</div>
|
||||
<div v-else class="dissatisfy">
|
||||
<div class="dissatisfy_box">
|
||||
<img src="@/assets/imgs/oneNode.f1997e1e.png" alt="" />
|
||||
<img src="@/assets/images/oneNode.png" alt="" />
|
||||
<p>{{ LinkedDataText }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
</el-tabs>
|
||||
<div v-else class="dissatisfy">
|
||||
<div class="dissatisfy_box">
|
||||
<img src="@/assets/imgs/oneNode.f1997e1e.png" alt="" />
|
||||
<img src="@/assets/images/oneNode.png" alt="" />
|
||||
<p>请将1个节点连接至本节点</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -373,4 +373,8 @@ const handleUserMenu = (command) => {
|
|||
width: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.el-popper.is-light{
|
||||
background-color: #285fbc;
|
||||
}
|
||||
</style>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -79,7 +79,7 @@ import UITableButton from "./ui/ui-table-button.vue";
|
|||
import UITableFilter from "./ui/ui-table-filter.vue";
|
||||
|
||||
import useAppPageStore from "./store";
|
||||
import http from "@/scripts/request";
|
||||
import http from "@/utils/request";
|
||||
|
||||
const route = useRoute();
|
||||
|
||||
|
|
|
@ -29,8 +29,8 @@ export default defineConfig({
|
|||
proxy: {
|
||||
'/api': {
|
||||
// target: 'http://10.0.0.29:9999',
|
||||
// target: 'https://fywz.btdit.cn/',
|
||||
target: 'http://10.0.0.63:7777', // 刘进
|
||||
target: 'http://demo35.ydool.net/',
|
||||
// target: 'http://10.0.0.63:7777', // 刘进
|
||||
changeOrigin: true,
|
||||
// rewrite: (path) => path.replace(/^\/api/, '')
|
||||
// ws: true,// 开启webSocket
|
||||
|
|
Loading…
Reference in New Issue