diff --git a/.env.development b/.env.development index 63546009..fbe07eb2 100644 --- a/.env.development +++ b/.env.development @@ -19,4 +19,4 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7003' # h5专用地址 -VITE_APP_BASE_H5_API_Url = 'http://25.18.122.66:9786' \ No newline at end of file +VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7003' \ No newline at end of file diff --git a/src/pages/course/study.vue b/src/pages/course/study.vue index 8e9b09eb..fbfb64b0 100644 --- a/src/pages/course/study.vue +++ b/src/pages/course/study.vue @@ -95,8 +95,7 @@ - 倍速 - + 倍速 { const showSeekModel = ref(false) const rateList = ref(['0.5', '0.8', '1.0', '1.5', '2.0']) +// const rateList = ref(['1.0', '1.1', '1.2', '1.3', '1.4', '1.5']) const chooseRate = ref('1.0') const chooseRateNow = (item) => { chooseRate.value = item