From 26fed40ba268c7595483c4058a5339d139bf42c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E5=95=A6C=E6=A2=A6?= <15709267061@163.com> Date: Thu, 26 Jun 2025 15:56:48 +0800 Subject: [PATCH] update --- .env | 2 +- vite.config.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 3da923a..5cf82e9 100644 --- a/.env +++ b/.env @@ -2,4 +2,4 @@ VITE_API_URL=https://admin.ceshi.guo123.cn/api VITE_TINYMCE_KEY=agmu6i1c6k7bcp36oenzyz7yi1yplptq7goyx88y1g6ofnqu VITE_AES_KEY=st123456654321st VITE_APP_ID=wxa4dd2d036c8156a4 -VITE_APP_VERSION=trial +VITE_APP_VERSION=release diff --git a/vite.config.js b/vite.config.js index 8982362..cc22007 100644 --- a/vite.config.js +++ b/vite.config.js @@ -10,9 +10,9 @@ export default defineConfig({ defineModel: true, } }), - // UnifiedViteWeappTailwindcssPlugin({ - // rem2rpx: true, - // }) + UnifiedViteWeappTailwindcssPlugin({ + rem2rpx: true, + }) ], css: { postcss: {