jialh
2025-10-11 d769f1aed608751de31ef4b2674398dcedd8eac0
更新

Signed-off-by: liubp <1535785116@qq.com>
1个文件已删除
6个文件已修改
1个文件已添加
16 ■■■■ 已修改文件
.env 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env.development 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env.production 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/login-image.jpg 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/login-image1 (2).jpg 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/xj.png 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/commons/login.tsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
vite.config.ts 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env
@@ -1,2 +1,2 @@
VITE_APP_SERVER_ENDPOINT=http://47.92.134.66
VITE_APP_SERVER_ENDPOINT=http://47.92.134.66:8080
VITE_APP_TOKEN_KEY=aiflowy-token
.env.development
@@ -1 +1 @@
VITE_APP_SERVER_ENDPOINT=http://47.92.134.66
VITE_APP_SERVER_ENDPOINT=http://47.92.134.66:8080
.env.production
@@ -1 +1 @@
VITE_APP_SERVER_ENDPOINT=http://47.92.134.66
VITE_APP_SERVER_ENDPOINT=http://47.92.134.66:8080
src/assets/login-image.jpg

src/assets/login-image1 (2).jpg
src/assets/xj.png
Binary files differ
src/pages/commons/login.tsx
@@ -2,7 +2,7 @@
import { App, Button, Checkbox, Flex, Form, Input } from "antd";
import styles from "./login.module.less";
import loginBg from "../../assets/login-bg.png";
import loginImage from "../../assets/xj.png";
import loginImage from "../../assets/login-image.jpg";
import { LockOutlined, UserOutlined } from "@ant-design/icons";
import { useAppStore } from "../../store/appStore.ts";
import { useLocation, useNavigate } from "react-router-dom";
vite.config.ts
@@ -17,14 +17,14 @@
        proxy: {
            '^/api': {
                // target: 'https://rzq.rensofter.com/',
                target: 'http://192.168.31.222:8080/',
                // target: 'http://47.92.122.77:8080/',
                // target: 'http://192.168.31.222:8080/',
                target: 'http://47.92.134.66:8080/',
            },
            '^/attachment/': {
                // target: 'https://rzq.rensofter.com/static/',
                target: 'http://192.168.31.222:8080/static/',
                // target: 'http://47.92.122.77:8080/static/',
                // target: 'http://192.168.31.222:8080/static/',
                target: 'http://47.92.134.66:8080/static/',
            },
        },