From b80932ceb4dd7e69b8ea18bb0805e0cf23464862 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Wed, 07 May 2025 13:27:13 +0800
Subject: [PATCH] 菜单搜索支持键盘选择&悬浮主题背景
---
ruoyi-ui/package.json | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json
index fc99314..c9de4a1 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -5,9 +5,9 @@
"author": "若依",
"license": "MIT",
"scripts": {
- "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
- "build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
- "build:stage": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode staging",
+ "dev": "vue-cli-service serve",
+ "build:prod": "vue-cli-service build",
+ "build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src"
},
--
Gitblit v1.9.3