Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
69855c6f
Commit
69855c6f
authored
Feb 13, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改同步抓取脚本
parent
38b1cad8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
base-manager-ui/admin/vue.config.js
base-manager-ui/admin/vue.config.js
+1
-1
base-manager/src/test/java/com/mortals/httpclient/system/system.http
...r/src/test/java/com/mortals/httpclient/system/system.http
+2
-2
No files found.
base-manager-ui/admin/vue.config.js
View file @
69855c6f
...
...
@@ -52,7 +52,7 @@ const BundleAnalyzerPlugin = require("webpack-bundle-analyzer")
module
.
exports
=
{
publicPath
:
"
./
"
,
// 打包目录--多加一层dist打zip时候把dist外壳打进去
outputDir
:
"
dist
/dist
"
,
outputDir
:
"
dist
"
,
devServer
:
{
disableHostCheck
:
true
,
port
:
8080
,
...
...
base-manager/src/test/java/com/mortals/httpclient/system/system.http
View file @
69855c6f
...
...
@@ -58,7 +58,7 @@ POST {{baseUrl}}/test/testCookie
Content-Type: application/json
{
"url":"http://172.15.28.113:8902"
"url":"http://172.15.28.113:8902
/app/account/imageCode
"
}
...
...
@@ -67,7 +67,7 @@ POST {{baseUrl}}/micro/getPicAndCookie
Content-Type: application/json
{
"url":"http://172.15.28.113:8902"
"url":"http://172.15.28.113:8902
/app/account/imageCode
"
}
...
...
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