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
a6eea36b
...
a6eea36b364822c7a45d16d0956c12c46ac5a3bf
authored
2022-01-25 14:15:40 +0800
by
张浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
23fad3a5
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 @
a6eea36
...
...
@@ -13,7 +13,7 @@ module.exports = {
proxyTable
:
{},
// Various Dev Server settings
host
:
'
192.168.8.113
'
,
host
:
'
39.105.142.246
'
,
// 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 @
a6eea36
...
...
@@ -14,7 +14,7 @@ import VCharts from 'v-charts'
Vue
.
config
.
productionTip
=
false
Vue
.
prototype
.
$http
=
axios
Vue
.
prototype
.
$qs
=
qs
axios
.
defaults
.
baseURL
=
'http://
192.168.8.113
:9090'
axios
.
defaults
.
baseURL
=
'http://
39.105.142.246
: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