瀏覽代碼

自动化

洪海涛 4 年之前
父節點
當前提交
8f7a5f383b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/business/bizIdSelect.vue

+ 1 - 1
src/views/business/bizIdSelect.vue

@@ -103,7 +103,7 @@ export default {
       this.settingUserSetBiz(biz.code)
       // 如果是其他业务过来的,优先回到其他业务的主页面中
       if (fromPath) {
-        const url = `${location.origin}/${fromPath}/#/env?bizId=${biz.code}`
+        const url = `${location.origin}/${fromPath}/#/script?bizId=${biz.code}`
         // const url = `http://localhost:7101/#/env?bizId=${biz.code}`
         // 如果是来自自动化的,
         location.href = url