瀏覽代碼

修改首页跳转为新地址

nahida 1 年之前
父節點
當前提交
2727daf7ba
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/layout/component/HeadBlock.vue

+ 1 - 1
src/layout/component/HeadBlock.vue

@@ -129,7 +129,7 @@ const init = ()=>{
   }
 }
 const toManager = ()=>{
-  window.open('http://42.48.99.5:81/')
+  window.open('https://gxq.huaihua.gov.cn/qyxyfjflgl/')
 }
 init()