@@ -18,8 +18,8 @@
<script setup>
function back() {
- // window.history.go(-1);
- window.location.href = "https://media.sxtvs.net/creativity/index"
+ window.history.go(-1);
+// window.location.href = "https://media.sxtvs.net/creativity/index"
}
</script>