|
@@ -250,7 +250,7 @@ import pagination from "@/components/Pagination/index";
|
|
|
import { songUseType } from "@/constant";
|
|
|
import { QueryPage, Del, Show, queryTree } from "./api";
|
|
|
import form from "./modals/form";
|
|
|
-import { vaildStudentUrl } from '@/utils/validate'
|
|
|
+import { vaildTeachingUrl } from '@/utils/validate'
|
|
|
import { getToken } from '@/utils/auth'
|
|
|
import deepClone from '@/helpers/deep-clone/'
|
|
|
export default {
|
|
@@ -345,7 +345,7 @@ export default {
|
|
|
this.FetchList();
|
|
|
},
|
|
|
looker(row) {
|
|
|
- this.accompanyUrl = vaildStudentUrl() + '/accompany?Authorization=' + getToken() + '&platform=web#/detail/' + row.id
|
|
|
+ this.accompanyUrl = vaildTeachingUrl() + '/accompany?Authorization=' + getToken() + '&platform=web#/detail/' + row.id
|
|
|
this.lookVisible = true
|
|
|
// this.$nextTick(() => {
|
|
|
// console.log(this.$refs.iframe)
|