tangning 1 년 전
부모
커밋
4911cc9527
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/view/layout/top/index.vue

+ 1 - 1
src/view/layout/top/index.vue

@@ -68,7 +68,7 @@ const loginoutRaw = async () => {
   router.replace({ name: RouteName.login });
 };
 const handlemtk = () => {
-  window.open("/#/mediaLibrary/index");
+  window.open("/admin/index.html#/mediaLibrary/index");
 };
 const handleSee = () => {
   window.open(`/code/index.html?caseId=${caseId.value}#/show`);