调整插件位置
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="emptyWrap">
|
||||
<img class="emptyImg" src="./static/Empty.png">
|
||||
<img class="emptyImg" src="AiEmpty/static/Empty.png">
|
||||
<div class="emptyText">{{description}}</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -12,8 +12,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import tree from "./tree";
|
||||
import AiBack from "../AiBack";
|
||||
import tree from "./AiSelectEnterprise/tree";
|
||||
import AiBack from "./AiBack";
|
||||
|
||||
export default {
|
||||
name: "AiSelectEnterprise",
|
||||
Reference in New Issue
Block a user