From dd189f26a61e581b9dea3887336d566acacf4945 Mon Sep 17 00:00:00 2001
From: zhouwentao <1577701412@qq.com>
Date: Tue, 26 Mar 2024 19:34:43 +0800
Subject: [PATCH] updates
---
.env.development | 2 +
index.html | 5 +-
src/views/yx/yxArticle/YxArticle.data.ts | 5 +-
.../yx/yxArticle/components/YxArticleForm.vue | 11 +-
.../YxHistoryMajorEnroll.data.ts | 230 +++---
.../YxHistoryMajorEnrollList-edit0.vue | 315 ++++++++
.../YxHistoryMajorEnrollList-old.vue | 173 +++++
.../YxHistoryMajorEnrollList-s.vue | 223 ------
.../YxHistoryMajorEnrollList.vue | 714 ++++++++++++++----
.../YxHistoryMajorEnrollLists.vue | 432 +++++++++++
.../YxHistoryScoreControlLineList-old.vue | 173 +++++
.../yx/yxSchoolMajor/YxSchoolMajor.data.ts | 272 +++++--
.../yxSchoolMajor/YxSchoolMajorList-old.vue | 175 +++++
.../yx/yxSchoolMajor/YxSchoolMajorList.vue | 623 +++++++++++----
.../components/YxSchoolMajorForm.vue | 4 +-
src/views/yx/yxVipCard/YxVipCard.data.ts | 19 +-
src/views/yx/yxVipCard/YxVipCardList.vue | 12 +-
src/views/yx/yxVipCard/YxVipCardList2.vue | 196 +++++
wechat/header.png | Bin 0 -> 12312 bytes
wechat/test.html | 63 ++
wechat/test2.html | 60 ++
wechat/取消.png | Bin 0 -> 1850 bytes
22 files changed, 2942 insertions(+), 765 deletions(-)
create mode 100644 src/views/yx/yxHistoryMajorEnroll/YxHistoryMajorEnrollList-edit0.vue
create mode 100644 src/views/yx/yxHistoryMajorEnroll/YxHistoryMajorEnrollList-old.vue
delete mode 100644 src/views/yx/yxHistoryMajorEnroll/YxHistoryMajorEnrollList-s.vue
create mode 100644 src/views/yx/yxHistoryMajorEnroll/YxHistoryMajorEnrollLists.vue
create mode 100644 src/views/yx/yxHistoryScoreControlLine/YxHistoryScoreControlLineList-old.vue
create mode 100644 src/views/yx/yxSchoolMajor/YxSchoolMajorList-old.vue
create mode 100644 src/views/yx/yxVipCard/YxVipCardList2.vue
create mode 100644 wechat/header.png
create mode 100644 wechat/test.html
create mode 100644 wechat/test2.html
create mode 100644 wechat/取消.png
diff --git a/.env.development b/.env.development
index 01a48a9..7e922b9 100644
--- a/.env.development
+++ b/.env.development
@@ -10,8 +10,10 @@ VITE_PROXY = [["/jeecgboot","http://localhost:8080/jeecg-boot"],["/upload","http
#后台接口全路径地址(必填)
VITE_GLOB_DOMAIN_URL=http://localhost:8080/jeecg-boot/
+#VITE_GLOB_DOMAIN_URL=http://localhost:9999
#后台接口父地址(必填)
VITE_GLOB_API_URL=http://localhost:8080/jeecg-boot/
+#VITE_GLOB_API_URL=http://localhost:9999
# 接口前缀
VITE_GLOB_API_URL_PREFIX=
diff --git a/index.html b/index.html
index ef61a19..1d18061 100644
--- a/index.html
+++ b/index.html
@@ -167,7 +167,8 @@
-
+ -->