@@ -95,7 +95,7 @@ const responseInterceptor = (res: AxiosResponse<any, any>) => {
type: "warning",
showClose: false
}).then(async () => {
- window.open(window.location.origin + "/admin/#/login");
+ window.open(window.location.origin + "/admin/#/statistics/scene");
});
};
if (!successCode.includes(res.data.code)) {
@@ -66,7 +66,7 @@ const caseId = computed(() => {
return Number(caseId);
}
-const sceneURL = ref(null)
+const sceneURL = ref(`/code/index.html?caseId=${caseId.value}&single#/show`)
const sceneList = computed(() => {
let mylist = getCaseSceneListData()
return [{ id: -1, type: 99, name: '多元融合' }, ...mylist];