tremble %!s(int64=3) %!d(string=hai) anos
pai
achega
6c77423b1e
Modificáronse 2 ficheiros con 4 adicións e 4 borrados
  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() {