Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cs_vsofpm
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
cs_vsofpm
Commits
75526c6f
Commit
75526c6f
authored
May 05, 2023
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
7638a8c7
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2112 additions
and
2235 deletions
+2112
-2235
.env
.env
+0
-1
tsconfig.json
tsconfig.json
+0
-23
yarn.lock
yarn.lock
+2112
-2211
No files found.
.env
deleted
100644 → 0
View file @
7638a8c7
VITE_APP_URL = http://118.25.178.150:7001
\ No newline at end of file
tsconfig.json
deleted
100755 → 0
View file @
7638a8c7
{
"compilerOptions"
:
{
"target"
:
"esnext"
,
"module"
:
"esnext"
,
"moduleResolution"
:
"node"
,
"importHelpers"
:
true
,
"jsx"
:
"preserve"
,
"esModuleInterop"
:
true
,
"sourceMap"
:
true
,
"baseUrl"
:
"./"
,
"skipLibCheck"
:
true
,
"experimentalDecorators"
:
true
,
"strict"
:
true
,
"resolveJsonModule"
:
true
,
"allowSyntheticDefaultImports"
:
true
,
"paths"
:
{
"@/*"
:
[
"./src/*"
],
"@@/*"
:
[
"./src/.umi/*"
],
"@@test/*"
:
[
"./src/.umi-test/*"
]
}
},
"include"
:
[
"./**/*.d.ts"
,
"./**/*.ts"
,
"./**/*.tsx"
,
"src/pages/user/login/index.jsx"
,
"src/app.jsx"
,
"src/pages/Welcome.jsx"
,
"src/pages/404.jsx"
]
}
yarn.lock
View file @
75526c6f
This diff is collapsed.
Click to expand it.
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