From e765c2a6ba2d14fd748f5dae70db9bc1d4b996bc Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Fri, 29 Oct 2021 18:13:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E9=A1=B6=E9=83=A8=E5=8A=A0=E4=B8=8A?= =?UTF-8?q?=E9=80=80=E5=87=BA=E6=8C=89=E9=92=AE=E4=BB=A5=E5=8F=8A=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=9B=9E=E8=81=8C=E7=AB=99=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/api.js | 4 +- src/layouts/header/index.vue | 13 +++- src/pages/counter/list/index.vue | 68 ++++++++++--------- .../personal/currentAccount/openAccount.vue | 2 +- 4 files changed, 50 insertions(+), 37 deletions(-) diff --git a/src/api/api.js b/src/api/api.js index 95597c7..ccda07c 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -2,10 +2,10 @@ import axios from 'axios'; import router from '../router'; // 创建axios实例 const service = axios.create({ - // baseURL: "http://39.108.250.202:9000/", // 中台测试服 + baseURL: "http://39.108.250.202:9000/", // 中台测试服 // baseURL: "http://192.168.31.137:9000/", // 赓 // baseURL: "http://192.168.31.151:9000/", // 榕 - baseURL: "http://192.168.31.125:9000/", // 坤 + // baseURL: "http://192.168.31.125:9000/", // 坤 // baseURL: 'http://39.108.250.202:9000', timeout: 30000 // 请求超时时间 }) diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index b549352..2bbc502 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -1,9 +1,14 @@ @@ -27,11 +32,15 @@ export default { title: '首页' }) }, + exit(){ + window.location = 'http://39.108.250.202/student/#/station/preview?courseId=6&curriculumName=%E9%93%B6%E8%A1%8C%E7%BB%BC%E5%90%88' + }, }, };