更新
Signed-off-by: liubp <1535785116@qq.com>
| | |
| | | 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 |
| | |
| | | VITE_APP_SERVER_ENDPOINT=http://47.92.134.66 |
| | | VITE_APP_SERVER_ENDPOINT=http://47.92.134.66:8080 |
| | |
| | | VITE_APP_SERVER_ENDPOINT=http://47.92.134.66 |
| | | VITE_APP_SERVER_ENDPOINT=http://47.92.134.66:8080 |
| | |
| | | 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"; |
| | |
| | | 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/', |
| | | |
| | | }, |
| | | }, |