diff --git a/.env.development b/.env.development index 7e922b9..c12481a 100644 --- a/.env.development +++ b/.env.development @@ -6,14 +6,16 @@ VITE_PUBLIC_PATH = / # 跨域代理,您可以配置多个 ,请注意,没有换行符 -VITE_PROXY = [["/jeecgboot","http://localhost:8080/jeecg-boot"],["/upload","http://localhost:3300/upload"]] - +VITE_PROXY = [["/jeecgboot","http://localhost:9999"],["/upload","http://localhost:3300/upload"]] #后台接口全路径地址(必填) -VITE_GLOB_DOMAIN_URL=http://localhost:8080/jeecg-boot/ -#VITE_GLOB_DOMAIN_URL=http://localhost:9999 +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=http://localhost:9999 + +#单体项目 +#VITE_PROXY = [["/jeecgboot","http://localhost:8080/jeecg-boot"],["/upload","http://localhost:3300/upload"]] +#VITE_GLOB_DOMAIN_URL=http://localhost:8080/jeecg-boot/ +#VITE_GLOB_API_URL=http://localhost:8080/jeecg-boot/ # 接口前缀 VITE_GLOB_API_URL_PREFIX= diff --git a/src/views/sys/login/TokenLoginPage.vue b/src/views/sys/login/TokenLoginPage.vue index b3d9a1c..53ac2ec 100644 --- a/src/views/sys/login/TokenLoginPage.vue +++ b/src/views/sys/login/TokenLoginPage.vue @@ -5,7 +5,7 @@
-
艺体志愿宝 管理平台
+
{{VITE_GLOB_APP_TITLE}}
diff --git a/wechat/header.png b/wechat/header.png deleted file mode 100644 index c47b37b..0000000 Binary files a/wechat/header.png and /dev/null differ diff --git a/wechat/test.html b/wechat/test.html deleted file mode 100644 index db1d658..0000000 --- a/wechat/test.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - 微信账单详情明细 - - - -
- -
-
-
- -
-

微信账单详情明细

- - - - - - - - - - - - - - - - - - - - -
交易时间交易类型交易金额(元)交易描述
2022-01-01 08:30:00消费50.00购物
2022-01-02 13:45:00收入100.00转账
-
- - diff --git a/wechat/test2.html b/wechat/test2.html deleted file mode 100644 index 28957b6..0000000 --- a/wechat/test2.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - -
-
- -
-
-
- -
- -
- -
- -
-
- - diff --git a/wechat/取消.png b/wechat/取消.png deleted file mode 100644 index 7665a52..0000000 Binary files a/wechat/取消.png and /dev/null differ