Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
<script>
|
| 9 |
{‘
|
| 10 |
// 之前提供的 JavaScript 代码开始
|
| 11 |
-
if (window.self
|
| 12 |
const data = {
|
| 13 |
state: {
|
| 14 |
token: "",
|
|
|
|
| 8 |
<script>
|
| 9 |
{‘
|
| 10 |
// 之前提供的 JavaScript 代码开始
|
| 11 |
+
if (window.self == window.top) {
|
| 12 |
const data = {
|
| 13 |
state: {
|
| 14 |
token: "",
|