no message

This commit is contained in:
PC-202306242200\Administrator
2024-09-10 17:11:53 +08:00
parent fc2cafbe08
commit 95747acecb
5 changed files with 12 additions and 7 deletions

View File

@@ -56,6 +56,11 @@ export default defineConfig({
* @doc 代理配置 https://umijs.org/docs/api/config#proxy * @doc 代理配置 https://umijs.org/docs/api/config#proxy
*/ */
proxy: proxy[REACT_APP_ENV as keyof typeof proxy], proxy: proxy[REACT_APP_ENV as keyof typeof proxy],
define: {
"process.env": {
API_URL: "https://iadminapi.zhongshuai2023.com",
},
},
/** /**
* @name 快速热更新配置 * @name 快速热更新配置
* @description 一个不错的热更新组件,更新时可以保留 state * @description 一个不错的热更新组件,更新时可以保留 state

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/index.html vendored
View File

@@ -8,6 +8,6 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="/umi.06358997.js"></script> <script src="/umi.208ddc36.js"></script>
</body></html> </body></html>

File diff suppressed because one or more lines are too long