Explorar el Código

返回平台跳转到地球

louhangfei hace 2 años
padre
commit
5fe88de2b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;