tremble 2 年之前
父節點
當前提交
5f09cc5ea7
共有 2 個文件被更改,包括 4 次插入4 次删除
  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_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
 // 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 g_Prefix=window.location.href.substring(0,window.location.href.indexOf("/index.html")+1);
 var s = window.location.href.split("/");
 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";
 import { region } from "@/data/raw";
 window.g_lock = false;
 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({
 Vue.mixin({
   data() {
   data() {