Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
hnsd
Project
Project
Details
Activity
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
liubinyu
hnsd
Commits
1f003291
Commit
1f003291
authored
4 years ago
by
liubinyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改为公网地址
parent
f992d683
Pipeline
#310
failed with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
const.js
src/common/const.js
+2
-1
vue.config.js
vue.config.js
+2
-1
No files found.
src/common/const.js
View file @
1f003291
// 常量
// const server_ip = '8.130.25.40'; // 测试服务器
const
server_ip
=
'22.57.64.22:8256'
;
// 线上内网ip
// const server_ip = '22.57.64.22:8256'; // 线上内网ip
const
server_ip
=
'39.105.38.125:8256'
;
// 线上外网
// const server_ip = '192.168.43.25:8258';
export
const
CONFIG
=
{
...
...
This diff is collapsed.
Click to expand it.
vue.config.js
View file @
1f003291
...
...
@@ -8,7 +8,8 @@ module.exports = {
proxy
:
{
'^/plant/'
:
{
// target: 'http://8.130.25.40',
target
:
'http://192.168.43.122:8258'
,
target
:
'http://39.105.38.125:8256'
,
// target: 'http://192.168.43.122:8258',
ws
:
true
,
changeOrigin
:
true
,
pathRewrite
:
{
...
...
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