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