|
@@ -1392,17 +1392,17 @@
|
|
|
</div>
|
|
|
|
|
|
<script>
|
|
|
- /*
|
|
|
+
|
|
|
//本地:
|
|
|
var token ="eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhZG1pbiIsInJvbGUiOm51bGwsIm1hbmFnZXIiOm51bGwsImlkIjoxLCJ1c2VyTmFtZSI6ImFkbWluIiwiZXhwIjoxNTk3MTA5MDk0LCJpYXQiOjE1OTcwMjI2OTQsImp0aSI6ImY4YzI1MTcyLWM0NmUtNGNmYi04MjRhLWJkMmU2YWRmOWVjZSJ9.kUEmWOCJ0WONTkUI1vTToLePfzgbLiWwhU5nEWIsvlg"
|
|
|
var ceshi = 'http://47.107.252.54:8105';
|
|
|
-
|
|
|
+ /*
|
|
|
//大场景:
|
|
|
var ceshi = 'http://47.107.252.54:8105';
|
|
|
var token = window.localStorage.dcj_token
|
|
|
if (!token) {
|
|
|
window.location.href = '../list/index.html'
|
|
|
- }*/
|
|
|
+ }
|
|
|
|
|
|
|
|
|
//军史馆:
|
|
@@ -1410,7 +1410,7 @@
|
|
|
var token = window.localStorage.bigscenetoken
|
|
|
if (!token) {
|
|
|
window.location.href = "http://192.168.0.44:8101/bigscene/#/"
|
|
|
- }
|
|
|
+ } */
|
|
|
|
|
|
|
|
|
|