Explorar el Código

修改路径地址

吴朋磊 hace 1 semana
padre
commit
d5fa1dd8c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/school/index.vue

+ 1 - 1
src/views/school/index.vue

@@ -630,7 +630,7 @@ const GoTeach = (row: any) => {
       }
       else
       {
-        url=`https://dev3.k12100.net/#/otherLogin?schoolId=${row.id}&ticket=${ticket}`;//测试环境
+        url=`https://index.k12100.net/#/otherLogin?schoolId=${row.id}&ticket=${ticket}`;//测试环境
       }
       // let url=`https://dev3.k12100.net/#/otherLogin?schoolId=${row.id}&ticket=${ticket}`;//测试环境
       console.log("打印获取票据接口返回ticket",ticket)