Parcourir la source

返回平台跳转到地球

louhangfei il y a 2 ans
Parent
commit
5fe88de2b5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/layout/components/Header/index.vue

+ 1 - 1
src/layout/components/Header/index.vue

@@ -266,7 +266,7 @@
     return userStore.getUserInfo.avatar;
   });
 
-  const getPLUrl = () => urlJoin(location.origin, '/skyeyev3pc/');
+  const getPLUrl = () => urlJoin(location.origin, '/skyeye-world/');
 
   const getUsername = computed(() => {
     return userStore.getUserInfo.username;