Sfoglia il codice sorgente

返回平台跳转到地球

louhangfei 2 anni fa
parent
commit
5fe88de2b5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;