diff --git a/.env b/.env index bdcc5383..ace0741d 100644 --- a/.env +++ b/.env @@ -47,7 +47,7 @@ VITE_STATIC_SUPER_ROLE=R_SUPER VITE_SOURCE_MAP=N # Used to differentiate storage across different domains -VITE_STORAGE_PREFIX=ry_ +VITE_STORAGE_PREFIX=RY_ # used to control whether the program automatically detects updates VITE_AUTOMATICALLY_DETECT_UPDATE=Y diff --git a/build/config/proxy.ts b/build/config/proxy.ts index 255e1e46..f60b04b6 100644 --- a/build/config/proxy.ts +++ b/build/config/proxy.ts @@ -42,7 +42,7 @@ function createProxyItem(item: App.Service.ServiceConfigItem, enableLog: boolean const proxyUrl = `${lightBlue('[real request url]')}: ${green(`${options.target}${req.url}`)}`; - consola.log(`${requestUrl}\n${proxyUrl}`); + consola.log(`\n${requestUrl}\n${proxyUrl}`); }); _proxy.on('error', (_err, req, _res) => { if (!enableLog) return; diff --git a/src/layouts/modules/global-footer/index.vue b/src/layouts/modules/global-footer/index.vue index 7087c90c..69403b3a 100644 --- a/src/layouts/modules/global-footer/index.vue +++ b/src/layouts/modules/global-footer/index.vue @@ -6,7 +6,7 @@ defineOptions({