|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="head">
|
|
|
- <div class="sx_fixed" >
|
|
|
+ <div class="sx_fixed">
|
|
|
<!-- <el-icon color="#fff" style="vertical-align: middle">
|
|
|
<ArrowLeft />
|
|
|
</el-icon> -->
|
|
@@ -18,8 +18,8 @@
|
|
|
|
|
|
<script setup>
|
|
|
function back() {
|
|
|
-// window.history.go(-1);
|
|
|
- window.location.href = "https://home.sxtvs.com.cn"
|
|
|
+ // window.history.go(-1);
|
|
|
+ // window.location.href = "https://home.sxtvs.com.cn"
|
|
|
}
|
|
|
</script>
|
|
|
|