Ver Fonte

更新配置地址

dengshaobo há 1 ano atrás
pai
commit
2072bf1ae7
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      .env.production
  2. 1 1
      src/views/school/index.vue

+ 1 - 1
.env.production

@@ -1 +1 @@
-VITE_API_BASE_URL = "https://dev3.k12100.net/admin/adminApi"
+VITE_API_BASE_URL = "https://admin.k12100.net/admin/adminApi"

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

@@ -279,7 +279,7 @@ const ChangeStatus = (row: any) => {
 }
 const GoTeach = (row: any) => {
   let accessToken = localStorage.getItem('token')
-  window.open(`https://dev3.k12100.net/#/otherLogin?schoolId=${row.id}&adminToken=${accessToken}`)
+  window.open(`https://admin.k12100.net/#/otherLogin?schoolId=${row.id}&adminToken=${accessToken}`)
 }
 const resetPassWord = (row: any) => {
   passwordDialog.dialogShow = true