mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
perf(projects): env config
This commit is contained in:
@ -25,7 +25,7 @@ export function createViteProxy(env: Env.ImportMeta) {
|
||||
const otherURLEntries = Object.entries(otherBaseURL);
|
||||
|
||||
for (const [key, url] of otherURLEntries) {
|
||||
const proxyPattern = createProxyPattern(key);
|
||||
const proxyPattern = createProxyPattern(key as App.Service.OtherBaseURLKey);
|
||||
|
||||
proxy[proxyPattern] = {
|
||||
target: url,
|
||||
|
Reference in New Issue
Block a user