diff --git a/src/App.vue b/src/App.vue
index 64940bb..057bf18 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -28,7 +28,7 @@ const locale2 = computed(() => {
return messages.value[locale.value]
})
-console.log('%c PI %c 里派提供技术支持', 'background:#4caf50;color:#fff;border-radius:3px;', '')
+console.log('%c PI %c 里派提供技术支持 www.leapy.cn', '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++) {
diff --git a/src/store/index.ts b/src/store/index.ts
index 8ee91b5..f9353e7 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -3,5 +3,9 @@ import piniaPluginPersistedstate from 'pinia-plugin-persistedstate'
const pinia = createPinia()
pinia.use(piniaPluginPersistedstate)
+// 控制台日志关闭
+;(pinia as any)._p = (pinia as any)._p.filter(
+ (p: any) => p.name !== "pinia:devtools"
+)
export default pinia
diff --git a/src/views/tools/form/center.vue b/src/views/tools/form/center.vue
index 6d4872c..8eca0e7 100644
--- a/src/views/tools/form/center.vue
+++ b/src/views/tools/form/center.vue
@@ -1,10 +1,10 @@
-
-
-
+
+
-
+
@@ -12,6 +12,7 @@