tremble 2 years ago
parent
commit
5f09cc5ea7
2 changed files with 4 additions and 4 deletions
  1. 2 2
      public/static/js/manage.js
  2. 2 2
      src/mixins/index.js

+ 2 - 2
public/static/js/manage.js

@@ -1,7 +1,7 @@
 var g_ProjectName = window.location.pathname.substring(window.location.pathname.indexOf("/") + 1, window.location.pathname.lastIndexOf("/"));
-var g_Prefix = "//super.4dage.com/";
+// var g_Prefix = "//super.4dage.com/";
 // http://wangzhan.cctv.com/wlwm2022/test/data/1248
-// var g_Prefix = "//wangzhan.cctv.com/wlwm2022/";
+var g_Prefix = "//wangzhan.cctv.com/wlwm2022/";
 
 // var g_Prefix=window.location.href.substring(0,window.location.href.indexOf("/index.html")+1);
 var s = window.location.href.split("/");

+ 2 - 2
src/mixins/index.js

@@ -18,8 +18,8 @@ import pagination from "@/components/pagination";
 import { region } from "@/data/raw";
 window.g_lock = false;
 
-let hotUrl = "//super.4dage.com/";
-// let hotUrl = '//wangzhan.cctv.com/wlwm2022/'
+// let hotUrl = "//super.4dage.com/";
+let hotUrl = '//wangzhan.cctv.com/wlwm2022/'
 
 Vue.mixin({
   data() {