From 71ed602a8b17430c119b2ae6472a47dd6e6e0c95 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 24 十月 2024 08:47:31 +0800
Subject: [PATCH] 1. 修改测试服务端地址

---
 src/main.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/main.js b/src/main.js
index c56a19a..511d8bd 100644
--- a/src/main.js
+++ b/src/main.js
@@ -14,6 +14,14 @@
 import 'element-plus/theme-chalk/src/message-box.scss';
 import 'element-plus/theme-chalk/src/notification.scss';
 
+// dayjs plugin
+import dayjs from 'dayjs';
+import isSameOrAfter from 'dayjs/plugin/isSameOrAfter';
+import isSameOrBefore from 'dayjs/plugin/isSameOrBefore';
+
+dayjs.extend(isSameOrAfter);
+dayjs.extend(isSameOrBefore);
+
 const app = createApp(App);
 
 app.config.globalProperties.$fm = timeUtil;

--
Gitblit v1.9.3