|
@@ -74,13 +74,13 @@
|
|
|
<script>
|
|
|
const url1Dom = document.querySelector('#url1')
|
|
|
url1Dom.onclick = () => {
|
|
|
- window.location.href = '/web/#/'
|
|
|
+ window.location.href = '/web/#/exhi'
|
|
|
}
|
|
|
|
|
|
const url2Dom = document.querySelector('#url2')
|
|
|
|
|
|
url2Dom.onclick = () => {
|
|
|
- window.location.href = '/web/#/exhi'
|
|
|
+ window.location.href = '/web/#/'
|
|
|
}
|
|
|
</script>
|
|
|
</html>
|