Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李宁
/
Activity
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 994306b9
authored
Nov 19, 2025
by
李宁
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
05fdca4a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
channelBusiManage/vite.config.ts
channelBusiManage/vite.config.ts
View file @
994306b
...
...
@@ -15,4 +15,16 @@ export default defineConfig({
'@'
:
fileURLToPath
(
new
URL
(
'./src'
,
import
.
meta
.
url
))
},
},
server
:
{
port
:
3000
,
open
:
true
,
proxy
:
{
// API 请求代理配置
'/crm'
:
{
target
:
'http://thall.51xinpai.cn/'
,
// 后端服务地址,根据你的实际情况修改
changeOrigin
:
true
,
rewrite
:
(
path
)
=>
path
.
replace
(
/^
\/
crm/
,
'/crm'
)
},
}
},
})
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment