탑바 프로필 이미지 url 수정
This commit is contained in:
parent
ffabb284fa
commit
3f81b57142
2
.env.dev
2
.env.dev
@ -1,6 +1,6 @@
|
|||||||
VITE_DOMAIN = https://192.168.0.251:5173/
|
VITE_DOMAIN = https://192.168.0.251:5173/
|
||||||
# VITE_LOGIN_URL = http://localhost:10325/ms/
|
# VITE_LOGIN_URL = http://localhost:10325/ms/
|
||||||
# VITE_FILE_URL = http://localhost:10325/ms/
|
VITE_SERVER = httpS://192.168.0.251:10325/
|
||||||
VITE_API_URL = https://192.168.0.251:10325/api/
|
VITE_API_URL = https://192.168.0.251:10325/api/
|
||||||
VITE_TEST_URL = https://192.168.0.251:10325/test/
|
VITE_TEST_URL = https://192.168.0.251:10325/test/
|
||||||
VITE_KAKAO_MAP_KEY=6f092e8f45ee81186bb6d8408f66a492
|
VITE_KAKAO_MAP_KEY=6f092e8f45ee81186bb6d8408f66a492
|
||||||
@ -1,6 +1,6 @@
|
|||||||
VITE_DOMAIN = http://localhost:5173/
|
VITE_DOMAIN = http://localhost:5173/
|
||||||
# VITE_LOGIN_URL = http://localhost:10325/ms/
|
# VITE_LOGIN_URL = http://localhost:10325/ms/
|
||||||
# VITE_FILE_URL = http://localhost:10325/ms/
|
VITE_SERVER = http://localhost:10325/
|
||||||
VITE_API_URL = http://localhost:10325/api/
|
VITE_API_URL = http://localhost:10325/api/
|
||||||
VITE_TEST_URL = http://localhost:10325/test/
|
VITE_TEST_URL = http://localhost:10325/test/
|
||||||
VITE_KAKAO_MAP_KEY=6f092e8f45ee81186bb6d8408f66a492
|
VITE_KAKAO_MAP_KEY=6f092e8f45ee81186bb6d8408f66a492
|
||||||
@ -241,7 +241,7 @@
|
|||||||
|
|
||||||
const user = ref(null);
|
const user = ref(null);
|
||||||
//const baseUrl = $api.defaults.baseURL.replace(/api\/$/, '');
|
//const baseUrl = $api.defaults.baseURL.replace(/api\/$/, '');
|
||||||
const baseUrl = import.meta.env.BASE_URL;
|
const baseUrl = import.meta.env.VITE_SERVER;
|
||||||
|
|
||||||
const authStore = useAuthStore();
|
const authStore = useAuthStore();
|
||||||
const userStore = useUserInfoStore();
|
const userStore = useUserInfoStore();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user