From 10d08bead7b128db3cf0ed8e0977e65a1b188b6e Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期五, 10 五月 2024 09:37:27 +0800 Subject: [PATCH] 增加页面进入密码弹框 --- springboot-vue3/.idea/artifacts/springboot_vue3_war.xml | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/springboot-vue3/.idea/artifacts/springboot_vue3_war.xml b/springboot-vue3/.idea/artifacts/springboot_vue3_war.xml index d419cc3..e2e6706 100644 --- a/springboot-vue3/.idea/artifacts/springboot_vue3_war.xml +++ b/springboot-vue3/.idea/artifacts/springboot_vue3_war.xml @@ -1,14 +1,14 @@ -<component name="ArtifactManager"> - <artifact type="war" name="springboot-vue3:war"> - <output-path>$PROJECT_DIR$/target</output-path> - <properties id="maven-jee-properties"> - <options> - <module>springboot-vue3</module> - <packaging>war</packaging> - </options> - </properties> - <root id="archive" name="springboot-vue3-0.0.1-SNAPSHOT.war"> - <element id="artifact" artifact-name="springboot-vue3:war exploded" /> - </root> - </artifact> +<component name="ArtifactManager"> + <artifact type="war" name="springboot-vue3:war"> + <output-path>$PROJECT_DIR$/target</output-path> + <properties id="maven-jee-properties"> + <options> + <module>springboot-vue3</module> + <packaging>war</packaging> + </options> + </properties> + <root id="archive" name="springboot-vue3-0.0.1-SNAPSHOT.war"> + <element id="artifact" artifact-name="springboot-vue3:war exploded" /> + </root> + </artifact> </component> \ No newline at end of file -- Gitblit v1.8.0