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
isc-v3.1-tmp
isc-web-vue
Commits
2b9d187d
Commit
2b9d187d
authored
Sep 29, 2024
by
hulei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复编译错误,调整代理环境配置
parent
c0311c24
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
47 additions
and
49 deletions
+47
-49
isc-baseData-local.js
src/config/isc-baseData-local.js
+2
-3
FundsRouter.js
src/page/Funds/FundsRouter.js
+1
-1
index.vue
src/page/Funds/Fxtssb/views/index.vue
+1
-1
index.vue
src/page/Funds/Fxtsss/views/index.vue
+1
-1
vue.config.js
vue.config.js
+42
-43
No files found.
src/config/isc-baseData-local.js
View file @
2b9d187d
...
...
@@ -36,9 +36,9 @@ if (process.env.NODE_ENV === 'production') {//生产模式
// "hostFunds":"localhost:28090",
"hostPublic"
:
"localhost:31081"
,
"hostReport"
:
"192.168.0.114:31090"
,
"host"
:
"localhost:31091"
,
//"hostAdmin": "192.168.0.114:31092",
"hostAdmin"
:
"localhost:31092"
,
"hostAdmin"
:
"192.168.0.114:31092"
,
"hostBusiness"
:
"localhost:31093"
,
"hostRemittance"
:
"localhost:31094"
,
"hostFinance"
:
"15.52.176.251:22002"
,
...
...
@@ -46,7 +46,6 @@ if (process.env.NODE_ENV === 'production') {//生产模式
"hostDomlc"
:
"15.52.176.251:22002"
,
"hostCollection"
:
"15.52.176.251:22002"
,
"hostDerivative"
:
"15.52.176.251:22002"
,
"hostReport"
:
"127.0.0.1:8090"
,
"basePath"
:
"/webapi"
,
"schemes"
:
"http"
,
"message"
:
{
...
...
src/page/Funds/FundsRouter.js
View file @
2b9d187d
const
BusRouter
=
[
{
path
:
'inffxd'
,
component
:
()
=>
import
(
"./Inffxd/views"
),
name
:
'Inffxd'
,
meta
:
{
title
:
'资结售汇报表交易查询'
},
module
:
'Funds'
},
{
path
:
'infftd'
,
component
:
()
=>
import
(
"./Infftd/views"
),
name
:
'Infftd'
,
meta
:
{
title
:
'资金拆借/头寸调拨报表交易查询'
},
module
:
'Funds'
},
{
path
:
'infftd'
,
component
:
()
=>
import
(
"./Infftd
1
/views"
),
name
:
'Infftd'
,
meta
:
{
title
:
'资金拆借/头寸调拨报表交易查询'
},
module
:
'Funds'
},
{
path
:
'fttatt'
,
component
:
()
=>
import
(
"./Fttatt/views"
),
name
:
'Fttatt'
,
meta
:
{
title
:
'Fttatt'
},
module
:
'Funds'
},
{
path
:
'fttfcm'
,
component
:
()
=>
import
(
"./Fttfcm/views"
),
name
:
'Fttfcm'
,
meta
:
{
title
:
'Fttfcm'
},
module
:
'Funds'
},
{
path
:
'fttfcn'
,
component
:
()
=>
import
(
"./Fttfcn/views"
),
name
:
'Fttfcn'
,
meta
:
{
title
:
'Fttfcn'
},
module
:
'Funds'
},
...
...
src/page/Funds/Fxtssb/views/index.vue
View file @
2b9d187d
...
...
@@ -43,7 +43,7 @@ import operationFunc from "~/mixin/operationFunc";
import
commonDepend
from
"~/mixin/commonDepend"
;
import
event
from
"../event"
;
import
buildFn
from
"../event/buildCommons.js"
;
import
Check
from
"../model/
c
heck.js"
;
import
Check
from
"../model/
C
heck.js"
;
export
default
{
name
:
"Fxtssb"
,
components
:
{
...
...
src/page/Funds/Fxtsss/views/index.vue
View file @
2b9d187d
...
...
@@ -43,7 +43,7 @@ import Docpan from "~/components/business/docpan/views";
import
operationFunc
from
"~/mixin/operationFunc"
;
import
commonDepend
from
"~/mixin/commonDepend"
;
import
event
from
"../event"
;
import
Check
from
"../model/
c
heck.js"
;
import
Check
from
"../model/
C
heck.js"
;
import
buildFn
from
"../event/buildCommons.js"
;
export
default
{
name
:
"Fxtsss"
,
...
...
vue.config.js
View file @
2b9d187d
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'
;
...
...
@@ -61,64 +61,63 @@ module.exports = {
target
:
baseData
.
schemes
+
'://'
+
baseData
.
hostPublic
,
changeOrigin
:
true
,
pathRewrite
:
{
//'^/webapi/public': '/public'
'^/webapi/public'
:
'/webapi'
'^/webapi/public'
:
'/public'
}
},
'/webapi/business/'
:
{
target
:
baseData
.
schemes
+
'://'
+
baseData
.
hostBusiness
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/webapi/business'
:
'/
webapi
'
'^/webapi/business'
:
'/
business
'
}
},
'/webapi/Financing/'
:
{
target
:
baseData
.
schemes
+
'://'
+
baseData
.
hostFinance
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/webapi/Financing'
:
'/webapi
'
}
},
'/webapi/Remittance/'
:
{
},
'/webapi/Financing/'
:
{
target
:
baseData
.
schemes
+
'://'
+
baseData
.
hostFinance
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/webapi/Financing'
:
'/financing
'
}
},
'/webapi/Remittance/'
:
{
target
:
baseData
.
schemes
+
'://'
+
baseData
.
hostRemittance
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/webapi/Remittance'
:
'/remit'
}
},
'/webapi/Lc/'
:
{
target
:
baseData
.
schemes
+
'://'
+
baseData
.
hostLc
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/webapi/Lc'
:
'/webapi
'
}
},
'/webapi/Domlc/'
:
{
target
:
baseData
.
schemes
+
'://'
+
baseData
.
hostDomlc
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/webapi/Domlc'
:
'/webapi
'
}
},
'/webapi/Collection/'
:
{
target
:
baseData
.
schemes
+
'://'
+
baseData
.
hostCollection
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/webapi/Collection'
:
'/webapi
'
}
},
'/webapi/Derivative/'
:
{
target
:
baseData
.
schemes
+
'://'
+
baseData
.
hostDerivative
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/webapi/Derivative'
:
'/webapi
'
}
},
'/webapi/Lc/'
:
{
target
:
baseData
.
schemes
+
'://'
+
baseData
.
hostLc
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/webapi/Lc'
:
'/lc
'
}
},
'/webapi/Domlc/'
:
{
target
:
baseData
.
schemes
+
'://'
+
baseData
.
hostDomlc
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/webapi/Domlc'
:
'/domlc
'
}
},
'/webapi/Collection/'
:
{
target
:
baseData
.
schemes
+
'://'
+
baseData
.
hostCollection
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/webapi/Collection'
:
'/collection
'
}
},
'/webapi/Derivative/'
:
{
target
:
baseData
.
schemes
+
'://'
+
baseData
.
hostDerivative
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/webapi/Derivative'
:
'/derivative
'
}
},
'/webapi/report/'
:
{
target
:
baseData
.
schemes
+
'://'
+
baseData
.
hostReport
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/webapi/report'
:
'/
webapi
'
'^/webapi/report'
:
'/
report
'
}
},
''
:
{
...
...
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