Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
model_line
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wuhao
model_line
Commits
b2c77970
Commit
b2c77970
authored
Sep 22, 2022
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sader
parent
42dcffcf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
.DS_Store
.DS_Store
+0
-0
.gitignore
.gitignore
+2
-1
.umirc.ts
.umirc.ts
+7
-0
No files found.
.DS_Store
View file @
b2c77970
No preview for this file type
.gitignore
View file @
b2c77970
...
...
@@ -6,4 +6,5 @@
/src/.umi-production
/src/.umi-test
/dist
.history
\ No newline at end of file
.history
/dashboard
\ No newline at end of file
.umirc.ts
View file @
b2c77970
export
default
{
npmClient
:
'yarn'
,
history
:
{
type
:
"hash"
,
},
manifest
:
{
basePath
:
"/"
,
},
outputPath
:
'dashboard'
,
proxy
:{
"/sfx/"
:
{
// 要代理的地址
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment