|
|
@ -115,7 +115,6 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<script setup> |
|
|
|
<script setup> |
|
|
|
import { ElMessage, ElMessageBox } from 'element-plus'; |
|
|
|
|
|
|
|
import{defineAsyncComponent} from 'vue' |
|
|
|
import{defineAsyncComponent} from 'vue' |
|
|
|
const $route = useRoute(); //获取地址栏参数 |
|
|
|
const $route = useRoute(); //获取地址栏参数 |
|
|
|
const pageLoading = ref(true); //页面加载效果 |
|
|
|
const pageLoading = ref(true); //页面加载效果 |
|
|
|