解决配置文件冲突

This commit is contained in:
田岩
2025-09-26 18:10:43 +08:00
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -19,12 +19,14 @@ VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001'
# h5专用地址x2
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
#VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786'
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786'
# VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.16.130:9601'
#VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.130:9602'
# VITE_APP_BASE_H5_API_Url_TRAASK = 'http://25.64.16.144:9605'
@@ -122,7 +122,7 @@ export default {
if (val) {
this.showModelNow()
} else {
this.$refs.PopupRef.close()
// this.$refs.PopupRef.close()
this.showModel = false
}
}
@@ -170,7 +170,7 @@ export default {
}
},
showModelNow() {
this.$refs.PopupRef.open()
// this.$refs.PopupRef.open()
this.showModel = true
if (this.fileType === 'image') {
if (this.fileId) {
+1 -1
View File
@@ -159,7 +159,7 @@
import common from '@/common/common'
import TalkingItem from '@/pages/course/components/talkingItem.vue'
import ImagePreview from '@/components/image-preview/image-preview.vue'
import PreviewDetail from '@/components/image-preview/preview-detail.vue'
import PreviewDetail from '@/components/image-preview/preview-detail-ios.vue'
import TouchBtn from '@/pages/course/components/touchBtn.vue'
import {