From f8f07f1500b3c78494433137fda9eeb5533c60a2 Mon Sep 17 00:00:00 2001 From: jcgitadmin <> Date: Tue, 12 Nov 2024 23:44:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AF=AE=E7=90=83=E6=AF=94=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E8=B0=83=E6=95=B4=E4=B8=BA=E4=B8=BB=E5=9C=BA?= =?UTF-8?q?=E5=9C=A8=E5=8F=B3=E5=AE=A2=E5=9C=BA=E5=9C=A8=E5=B7=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quasar.config.js | 4 ++-- src/components/ScoreItem.vue | 16 +++++++++---- src/pages/score/DetailPage.vue | 10 ++++++-- src/pages/score/LqDetailPage.vue | 16 ++++++------- src/pages/score/components/MatchAnalysis.vue | 2 +- src/pages/score/components/MatchInfo.vue | 24 +++++++++++++++----- src/pages/win/NoticesPage.vue | 4 ++-- 7 files changed, 51 insertions(+), 25 deletions(-) diff --git a/quasar.config.js b/quasar.config.js index bc1bced..1905483 100644 --- a/quasar.config.js +++ b/quasar.config.js @@ -132,14 +132,14 @@ module.exports = configure(function ( ctx ) { // 将所有以/api开头的请求代理到jsonplaceholder "/api": { // target: 'http://buyer.jingcai.quickfly.eu.org:3000/', - target: 'https://test.buyer.daxiangzj.com/', + target: 'https://m168.yunduoxd.com/', changeOrigin: true, secure: false // pathRewrite: false }, "/uploads":{ // target: 'http://jingcai.quickfly.eu.org:3000/', - target: 'https://test.buyer.daxiangzj.com/', + target: 'https://m168.yunduoxd.com/', changeOrigin: true, secure: false } diff --git a/src/components/ScoreItem.vue b/src/components/ScoreItem.vue index c8ae03f..2928390 100644 --- a/src/components/ScoreItem.vue +++ b/src/components/ScoreItem.vue @@ -13,10 +13,14 @@