俊总要测试临时更改下

This commit is contained in:
田岩
2025-08-19 20:35:12 +08:00
parent fd503a13a4
commit fe13e8b2ac
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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'
VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7003'
+2 -2
View File
@@ -95,8 +95,7 @@
<uv-overlay :show="showSeekModel" opacity=".6" @click="showSeekModel = false">
<view class="overlay-box">
<view class="white-bg-box">
<view class="box-title">倍速
</view>
<view class="box-title">倍速</view>
<view class="box-btns">
<view
v-for="item in rateList"
@@ -905,6 +904,7 @@ const getQuestionEvalateRequest = (id, data, num) => {
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