From 45d9bdfd98f136f127e7d3855cdc6a305f44ad3d Mon Sep 17 00:00:00 2001 From: "cfn@leapy.cn" <52xia666> Date: Thu, 12 Jun 2025 23:36:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9D=83=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 7b3ad75..a392c8b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,7 +27,7 @@ const locale2 = computed(() => { return messages.value[locale.value] }) -console.log('%c SAAS %c 里派提供技术支持', 'background:#4caf50;color:#fff;border-radius:3px;', '') +console.log('%c PI %c 里派提供技术支持', 'background:#4caf50;color:#fff;border-radius:3px;', '') if(app_color){ document.documentElement.style.setProperty('--el-color-primary', app_color); for (let i = 1; i <= 9; i++) {