From 9ecc4475dd5cd1b69d5aff75feaad5908efa018c Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期二, 25 十月 2022 17:56:27 +0800
Subject: [PATCH] fix 修复 sqlserver sql文件 重复主键数据问题

---
 ruoyi-ui/.env.development |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-ui/.env.development b/ruoyi-ui/.env.development
index 4addbcd..232d907 100644
--- a/ruoyi-ui/.env.development
+++ b/ruoyi-ui/.env.development
@@ -7,8 +7,8 @@
 # 鑻ヤ緷绠$悊绯荤粺/寮�鍙戠幆澧�
 VUE_APP_BASE_API = '/dev-api'
 
-# 搴旂敤璁块棶璺緞 渚嬪浣跨敤鍓嶇紑 /admin/index
-VUE_APP_CONTEXT_PATH = '/index'
+# 搴旂敤璁块棶璺緞 渚嬪浣跨敤鍓嶇紑 /admin/
+VUE_APP_CONTEXT_PATH = '/'
 
 # 鐩戞帶鍦板潃
 VUE_APP_MONITRO_ADMIN = 'http://localhost:9090/admin/login'

--
Gitblit v1.9.3