diff --git a/.env.development b/.env.development index 0b3a4c23..89605a8c 100644 --- a/.env.development +++ b/.env.development @@ -19,7 +19,7 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' # 任东 # VITE_APP_BASE_H5_API_Url = 'http://25.64.16.130:9602' # 线上 -VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7003' +VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7001' #VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.16.140:9602' #VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.138:9602' diff --git a/src/App.vue b/src/App.vue index 7a66718d..dce6f91d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,149 +1,149 @@ diff --git a/src/api/common.js b/src/api/common.js index 845c484b..df3c82fa 100644 --- a/src/api/common.js +++ b/src/api/common.js @@ -72,7 +72,7 @@ export const commonUploadVoiceFile = (file, url, data = {}, fileKey='voice') => }; if (token) header['summary'] = token - console.log(`${base_url}${url}`) + // console.log(`${base_url}${url}`) return new Promise((resolve, reject) => { uni.uploadFile({ url: `${base_url}${url}`, @@ -83,7 +83,7 @@ export const commonUploadVoiceFile = (file, url, data = {}, fileKey='voice') => success(result) { try { const res = JSON.parse(result.data); - console.log(res) + // console.log(res) if (res.rtnCode === '0000') { resolve(result); } else { diff --git a/src/components/examination/touchBtn.vue b/src/components/examination/touchBtn.vue index dcbd82cb..dbac1ffb 100644 --- a/src/components/examination/touchBtn.vue +++ b/src/components/examination/touchBtn.vue @@ -1,21 +1,49 @@ \ No newline at end of file + diff --git a/src/components/nav-bar/nav-bar.vue b/src/components/nav-bar/nav-bar.vue index 7e632efc..4c9f6a19 100644 --- a/src/components/nav-bar/nav-bar.vue +++ b/src/components/nav-bar/nav-bar.vue @@ -1,12 +1,12 @@ - \ No newline at end of file + diff --git a/src/pages/messageNotification/index.vue b/src/pages/messageNotification/index.vue index 60ce045b..fb6997fc 100644 --- a/src/pages/messageNotification/index.vue +++ b/src/pages/messageNotification/index.vue @@ -31,7 +31,7 @@ :refresher-triggered="triggered" refresher-default-style="none" > - + - + {{ popup_info.title }} 消正息内容正文,消息内容正文 - + 我知道了 @@ -92,7 +92,7 @@ \ No newline at end of file + diff --git a/src/pages/testingHall/details.vue b/src/pages/testingHall/details.vue index a9cbe84d..003e73d5 100644 --- a/src/pages/testingHall/details.vue +++ b/src/pages/testingHall/details.vue @@ -1,5 +1,6 @@