Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
Overview
Overview
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
biyuewuhua
isc-web-vue
Commits
8c86cc43
Commit
8c86cc43
authored
Oct 05, 2024
by
wangweidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "清算入口交易"
This reverts commit
96256374
.
parent
96256374
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
isc-baseData.js
src/config/isc-baseData.js
+4
-4
vue.config.js
vue.config.js
+2
-2
No files found.
src/config/isc-baseData.js
View file @
8c86cc43
...
...
@@ -37,16 +37,16 @@ if (process.env.NODE_ENV === 'production') {//生产模式
}
else
{
//开发模式
baseData
=
{
"host"
:
"114.115.138.98:9391"
,
"hostAdmin"
:
"114.115.138.98:9
492
"
,
"hostBusiness"
:
"1
14.115.138.98:949
3"
,
"hostAdmin"
:
"114.115.138.98:9
388
"
,
"hostBusiness"
:
"1
5.52.176.251:808
3"
,
"hostFinance"
:
"15.52.176.251:22002"
,
"hostRemittance"
:
"15.52.176.251:22002"
,
"hostLc"
:
"15.52.176.251:22002"
,
"hostDomlc"
:
"15.52.176.251:22002"
,
"hostCollection"
:
"15.52.176.251:22002"
,
"hostDerivative"
:
"15.52.176.251:22002"
,
"hostPublic"
:
"1
14.115.138.98:94
81"
,
"hostReport"
:
"1
14.115.138.98:94
90"
,
"hostPublic"
:
"1
5.52.176.251:80
81"
,
"hostReport"
:
"1
27.0.0.1:80
90"
,
"hostGjzf"
:
"127.0.0.1:8096"
,
"basePath"
:
"/webapi"
,
"schemes"
:
"http"
,
...
...
vue.config.js
View file @
8c86cc43
const
path
=
require
(
'path'
)
const
CopyWebpackPlugin
=
require
(
'copy-webpack-plugin'
)
const
publicPath
=
require
(
'./src/config/isc-publicPath.js'
)
//
const baseData = require('./src/config/isc-baseData-local.js')
const
baseData
=
require
(
'./src/config/isc-baseData.js'
)
const
baseData
=
require
(
'./src/config/isc-baseData-local.js'
)
//
const baseData = require('./src/config/isc-baseData.js')
let
moment
=
require
(
"moment"
)
process
.
env
.
VUE_APP_BASETHEME
=
'purple'
;
...
...
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