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
f8c0c22a
Commit
f8c0c22a
authored
Sep 26, 2024
by
fukai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
先屏蔽资金的路由
parent
b0f9b0a1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
77 deletions
+22
-77
README.en.md
README.en.md
+0
-26
README.md
README.md
+0
-31
FundsRouter.js
src/page/Funds/FundsRouter.js
+21
-20
index.js
src/router/business/index.js
+1
-0
No files found.
README.en.md
deleted
100644 → 0
View file @
b0f9b0a1
# SSTF_REF_VUE
#### Software Architecture
Software architecture description
#### Installation
1.
xxxx
2.
xxxx
3.
xxxx
#### Instructions
1.
xxxx
2.
xxxx
3.
xxxx
#### Contribution
1.
Fork the repository
2.
Create Feat_xxx branch
3.
Commit your code
4.
Create Pull Request
ÐèÇó±àºÅ
\ No newline at end of file
README.md
deleted
100644 → 0
View file @
b0f9b0a1
# newelementdata
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run dev
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See
[
Configuration Reference
](
https://cli.vuejs.org/config/
)
.
#通讯相关
#4.2.15
1:新增分页表格刷新方法加参数true,false --》 .refresh(true)在当前页刷新
2:登录超时时,弹框次数太多,添加防抖函数,处理msgbox并提示
3:scheme为空时,取浏览器协议和地址并提示
#4.3.0
1:优化下载逻辑,下载失败提示失败信息。
2:加密改成SM4算法
需求编号调整
\ No newline at end of file
src/page/Funds/FundsRouter.js
View file @
f8c0c22a
const
BusRouter
=
[
{
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'
},
{
path
:
'fttfee'
,
component
:
()
=>
import
(
"./Fttfee/views"
),
name
:
'Fttfee'
,
meta
:
{
title
:
'Fttfee'
}
,
module
:
'Funds'
},
{
path
:
'fttfmt'
,
component
:
()
=>
import
(
"./Fttfmt/views"
),
name
:
'Fttfmt'
,
meta
:
{
title
:
'Fttfmt'
}
,
module
:
'Funds'
},
{
path
:
'fttfre'
,
component
:
()
=>
import
(
"./Fttfre/views"
),
name
:
'Fttfre'
,
meta
:
{
title
:
'Fttfre'
}
,
module
:
'Funds'
},
{
path
:
'fttpcm'
,
component
:
()
=>
import
(
"./Fttpcm/views"
),
name
:
'Fttpcm'
,
meta
:
{
title
:
'Fttpcm'
}
,
module
:
'Funds'
},
{
path
:
'fttpcn'
,
component
:
()
=>
import
(
"./Fttpcn/views"
),
name
:
'Fttpcn'
,
meta
:
{
title
:
'Fttpcn'
}
,
module
:
'Funds'
},
{
path
:
'fxtatt'
,
component
:
()
=>
import
(
"./Fxtatt/views"
),
name
:
'Fxtatt'
,
meta
:
{
title
:
'Fxtatt'
}
,
module
:
'Funds'
},
{
path
:
'fxteop'
,
component
:
()
=>
import
(
"./Fxteop/views"
),
name
:
'Fxteop'
,
meta
:
{
title
:
'Fxteop'
}
,
module
:
'Funds'
},
{
path
:
'fxteqo'
,
component
:
()
=>
import
(
"./Fxteqo/views"
),
name
:
'Fxteqo'
,
meta
:
{
title
:
'Fxteqo'
}
,
module
:
'Funds'
},
{
path
:
'fxtfcm'
,
component
:
()
=>
import
(
"./Fxtfcm/views"
),
name
:
'Fxtfcm'
,
meta
:
{
title
:
'Fxtfcm'
}
,
module
:
'Funds'
},
{
path
:
'fxtfcn'
,
component
:
()
=>
import
(
"./Fxtfcn/views"
),
name
:
'Fxtfcn'
,
meta
:
{
title
:
'Fxtfcn'
}
,
module
:
'Funds'
},
{
path
:
'fxtfop'
,
component
:
()
=>
import
(
"./Fxtfop/views"
),
name
:
'Fxtfop'
,
meta
:
{
title
:
'Fxtfop'
}
,
module
:
'Funds'
},
{
path
:
'fxtlcm'
,
component
:
()
=>
import
(
"./Fxtlcm/views"
),
name
:
'Fxtlcm'
,
meta
:
{
title
:
'Fxtlcm'
}
,
module
:
'Funds'
},
{
path
:
'fxtlcn'
,
component
:
()
=>
import
(
"./Fxtlcn/views"
),
name
:
'Fxtlcn'
,
meta
:
{
title
:
'Fxtlcn'
}
,
module
:
'Funds'
},
{
path
:
'fxtlop'
,
component
:
()
=>
import
(
"./Fxtlop/views"
),
name
:
'Fxtlop'
,
meta
:
{
title
:
'Fxtlop'
}
,
module
:
'Funds'
},
{
path
:
'fxtsqo'
,
component
:
()
=>
import
(
"./Fxtsqo/views"
),
name
:
'Fxtsqo'
,
meta
:
{
title
:
'Fxtsqo'
}
,
module
:
'Funds'
},
{
path
:
'fxtssb'
,
component
:
()
=>
import
(
"./Fxtssb/views"
),
name
:
'Fxtssb'
,
meta
:
{
title
:
'Fxtssb'
}
,
module
:
'Funds'
},
{
path
:
'fxtsss'
,
component
:
()
=>
import
(
"./Fxtsss/views"
),
name
:
'Fxtsss'
,
meta
:
{
title
:
'Fxtsss'
}
,
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'},
//
{ path: 'fttfee', component: ()=>import("./Fttfee/views"), name: 'Fttfee', meta: { title: 'Fttfee' } ,module:'Funds'},
//
{ path: 'fttfmt', component: ()=>import("./Fttfmt/views"), name: 'Fttfmt', meta: { title: 'Fttfmt' } ,module:'Funds'},
//
{ path: 'fttfre', component: ()=>import("./Fttfre/views"), name: 'Fttfre', meta: { title: 'Fttfre' } ,module:'Funds'},
//
{ path: 'fttpcm', component: ()=>import("./Fttpcm/views"), name: 'Fttpcm', meta: { title: 'Fttpcm' } ,module:'Funds'},
//
{ path: 'fttpcn', component: ()=>import("./Fttpcn/views"), name: 'Fttpcn', meta: { title: 'Fttpcn' } ,module:'Funds'},
//
{ path: 'fxtatt', component: ()=>import("./Fxtatt/views"), name: 'Fxtatt', meta: { title: 'Fxtatt' } ,module:'Funds'},
//
{ path: 'fxteop', component: ()=>import("./Fxteop/views"), name: 'Fxteop', meta: { title: 'Fxteop' } ,module:'Funds'},
//
{ path: 'fxteqo', component: ()=>import("./Fxteqo/views"), name: 'Fxteqo', meta: { title: 'Fxteqo' } ,module:'Funds'},
//
{ path: 'fxtfcm', component: ()=>import("./Fxtfcm/views"), name: 'Fxtfcm', meta: { title: 'Fxtfcm' } ,module:'Funds'},
//
{ path: 'fxtfcn', component: ()=>import("./Fxtfcn/views"), name: 'Fxtfcn', meta: { title: 'Fxtfcn' } ,module:'Funds'},
//
{ path: 'fxtfop', component: ()=>import("./Fxtfop/views"), name: 'Fxtfop', meta: { title: 'Fxtfop' } ,module:'Funds'},
//
{ path: 'fxtlcm', component: ()=>import("./Fxtlcm/views"), name: 'Fxtlcm', meta: { title: 'Fxtlcm' } ,module:'Funds'},
//
{ path: 'fxtlcn', component: ()=>import("./Fxtlcn/views"), name: 'Fxtlcn', meta: { title: 'Fxtlcn' } ,module:'Funds'},
//
{ path: 'fxtlop', component: ()=>import("./Fxtlop/views"), name: 'Fxtlop', meta: { title: 'Fxtlop' } ,module:'Funds'},
//
{ path: 'fxtsqo', component: ()=>import("./Fxtsqo/views"), name: 'Fxtsqo', meta: { title: 'Fxtsqo' } ,module:'Funds'},
//
{ path: 'fxtssb', component: ()=>import("./Fxtssb/views"), name: 'Fxtssb', meta: { title: 'Fxtssb' } ,module:'Funds'},
//
{ path: 'fxtsss', component: ()=>import("./Fxtsss/views"), name: 'Fxtsss', meta: { title: 'Fxtsss' } ,module:'Funds'},
]
export
default
BusRouter
\ No newline at end of file
src/router/business/index.js
View file @
f8c0c22a
...
...
@@ -15,6 +15,7 @@ import RemittanceRouter from "~/page/Remittance/RemittanceRouter";
import
CollectionRouter
from
"~/page/Collection/CollectionRouter"
;
import
DerivativeRouter
from
"~/page/Derivative/DerivativeRouter"
;
import
InfoRouter
from
"~/page/Info/InfoRouter"
;
import
FundsRouter
from
"~/page/Funds/FundsRouter"
// const DisplayRouter1 = DisplayRouter.map(route => {
// const newRoute = Object.assign({}, route)
...
...
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