Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
9593ce69
...
9593ce6918ddd3b72f796fe4b27fad5572e27944
authored
2020-09-24 16:22:32 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
3bdfe0b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
config/index.js
src/main.js
config/index.js
View file @
9593ce6
...
...
@@ -13,7 +13,7 @@ module.exports = {
proxyTable
:
{},
// Various Dev Server settings
host
:
'192.168.8.
216
'
,
host
:
'192.168.8.
113
'
,
// host: '127.0.0.1',
port
:
8090
,
// can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser
:
false
,
...
...
src/main.js
View file @
9593ce6
...
...
@@ -12,7 +12,7 @@ import vueClipboard from 'vue-clipboard2'
Vue
.
config
.
productionTip
=
false
Vue
.
prototype
.
$http
=
axios
Vue
.
prototype
.
$qs
=
qs
axios
.
defaults
.
baseURL
=
'http://192.168.8.
216
:9090'
axios
.
defaults
.
baseURL
=
'http://192.168.8.
113
:9090'
// axios.defaults.baseURL = 'http://127.0.0.1:9090'
Vue
.
use
(
Element
,
{
size
:
'small'
,
zIndex
:
3000
});
...
...
Please
register
or
sign in
to post a comment