From 3e2749672e792954996b04ad93ca3f5b2daa59c9 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 7 Sep 2024 16:15:43 +0800 Subject: [PATCH] =?UTF-8?q?CDN=20=E4=BD=BF=E7=94=A8=20yudao=20=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=EF=BC=8C=E8=A7=A3=E5=86=B3=E4=B8=8D=E5=AE=9A=E6=9C=9F?= =?UTF-8?q?=E7=9A=84=20https=20=E9=97=AE=E9=A2=98=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 3 +- .../commission/components/commission-menu.vue | 243 +++++++++--------- 2 files changed, 127 insertions(+), 119 deletions(-) diff --git a/.env b/.env index adcc17dd..6172fd55 100644 --- a/.env +++ b/.env @@ -18,7 +18,8 @@ SHOPRO_WEBSOCKET_PATH = /infra/ws SHOPRO_DEV_PORT = 3000 # 客户端静态资源地址 空=默认使用服务端指定的CDN资源地址前缀 | local=本地 | http(s)://xxx.xxx=自定义静态资源地址前缀 -SHOPRO_STATIC_URL = https://file.sheepjs.com +SHOPRO_STATIC_URL = http://test.yudao.iocoder.cn +### SHOPRO_STATIC_URL = https://file.sheepjs.com # 是否开启直播 1 开启直播 | 0 关闭直播 (小程序官方后台未审核开通直播权限时请勿开启) SHOPRO_MPLIVE_ON = 0 diff --git a/pages/commission/components/commission-menu.vue b/pages/commission/components/commission-menu.vue index 5655ca74..42498f5e 100644 --- a/pages/commission/components/commission-menu.vue +++ b/pages/commission/components/commission-menu.vue @@ -1,138 +1,145 @@ \ No newline at end of file + .menu-title { + font-size: 26rpx; + font-weight: 500; + color: #ffffff; + } +