浏览代码

更改homeLink

gcz 4 周之前
父节点
当前提交
abe9348a5e
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/components/header.vue

+ 3 - 3
src/components/header.vue

@@ -2,8 +2,8 @@
  * @Description: 
  * @Author: wangcc
  * @Date: 2022-06-14 18:11:54
- * @LastEditors: wangcc
- * @LastEditTime: 2023-03-14 09:13:41
+ * @LastEditors: gcz saadmin@126.com
+ * @LastEditTime: 2025-06-11 09:23:36
  * @FilePath: \castgroup_bigscreen\src\components\header.vue
  * @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved. 
 -->
@@ -41,7 +41,7 @@ export default {
             nowTime: '',
             isFull: false,
             // homeLink:process.env.NODE_ENV === 'development' ? '//castgrouptest.hw.hongweisoft.com' : '//admin.bigdata.anthelp.top',
-            homeLink:'http://castgrouptest.hw.hongweisoft.com/'
+            homeLink:'https://castgroup.dev.dazesoft.cn'
             // homeLink:'http://admin.bigdata.anthelp.top'
         };
     },