Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
fukai
vue-gjjs
Commits
a4f9e94b
Commit
a4f9e94b
authored
Oct 13, 2021
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目启动异常解决
parent
1927207f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
32 additions
and
263 deletions
+32
-263
index.vue
src/views/Business/Ditopn/index.vue
+0
-0
index.vue
src/views/Business/Office/index.vue
+3
-98
index.vue
src/views/Business/Sptsel/index.vue
+3
-56
index.vue
src/views/Business/Trnrel/index.vue
+3
-109
index.vue
src/views/Business/index.vue
+23
-0
No files found.
src/views/Business/Ditopn/index.vue
View file @
a4f9e94b
This diff is collapsed.
Click to expand it.
src/views/Business/Office/index.vue
View file @
a4f9e94b
...
...
@@ -15,7 +15,7 @@
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Office
from
"~/model/Office"
import
CommonProcess
from
"~/mixin
s
/CommonProcess"
import
CommonProcess
from
"~/mixin/CommonProcess"
import
Pattern
from
"~/model/Office/Pattern"
import
Menu
from
"./Menu"
...
...
@@ -38,106 +38,11 @@ export default {
rules
:
Pattern
,
codes
:{
},
init
:{
"uri"
:
"/office/init"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
checkAll
:{
"uri"
:
"/office/checkAll"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
saveData
:{
"uri"
:
"/office/saveData"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
pending
:{
"uri"
:
"/office/pending"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
getElcsRef
:{
"uri"
:
"/office/getElcsRef"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
registerDocument
:{
"uri"
:
"/office/registerDocument"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgecm
:{
"uri"
:
"/office/imgecm"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanSearch
:{
"uri"
:
"/office/recpanSearch"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanShow
:{
"uri"
:
"/office/recpanShow"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanResend
:{
"uri"
:
"/office/recpanResend"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
showMessage
:{
"uri"
:
"/office/showMessage"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgmodRefresh
:{
"uri"
:
"/office/imgmodRefresh"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgmodDelete
:{
"uri"
:
"/office/imgmodDelete"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
default_hotadr
:{
"uri"
:
"/office/default/hotadr"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr4l
:{
"uri"
:
"/office/default/hotdr4l"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr4r
:{
"uri"
:
"/office/default/hotdr4r"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotcalc
:{
"uri"
:
"/office/default/hotcalc"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotavi
:{
"uri"
:
"/office/default/hotavi"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr5l
:{
"uri"
:
"/office/default/hotdr5l"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr1l
:{
"uri"
:
"/office/default/hotdr1l"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr5r
:{
"uri"
:
"/office/default/hotdr5r"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr1r
:{
"uri"
:
"/office/default/hotdr1r"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr6r
:{
"uri"
:
"/office/default/hotdr6r"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr2l
:{
"uri"
:
"/office/default/hotdr2l"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr2r
:{
"uri"
:
"/office/default/hotdr2r"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_dattd
:{
"uri"
:
"/office/default/dattd"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotreg
:{
"uri"
:
"/office/default/hotreg"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotrat
:{
"uri"
:
"/office/default/hotrat"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr3l
:{
"uri"
:
"/office/default/hotdr3l"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr3r
:{
"uri"
:
"/office/default/hotdr3r"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotsta
:{
"uri"
:
"/office/default/hotsta"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotstd
:{
"uri"
:
"/office/default/hotstd"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
}
},
methods
:{
tabClick
(){
}
},
created
:
async
function
(){
console
.
log
(
"进入office交易"
);
...
...
src/views/Business/Sptsel/index.vue
View file @
a4f9e94b
...
...
@@ -15,7 +15,7 @@
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Sptsel
from
"~/model/Sptsel"
import
CommonProcess
from
"~/mixin
s
/CommonProcess"
import
CommonProcess
from
"~/mixin/CommonProcess"
import
Pattern
from
"~/model/Sptsel/Pattern"
import
Menu
from
"./Menu"
...
...
@@ -38,64 +38,11 @@ export default {
rules
:
Pattern
,
codes
:{
},
init
:{
"uri"
:
"/sptsel/init"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
checkAll
:{
"uri"
:
"/sptsel/checkAll"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
saveData
:{
"uri"
:
"/sptsel/saveData"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
pending
:{
"uri"
:
"/sptsel/pending"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
getElcsRef
:{
"uri"
:
"/sptsel/getElcsRef"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
registerDocument
:{
"uri"
:
"/sptsel/registerDocument"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgecm
:{
"uri"
:
"/sptsel/imgecm"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanSearch
:{
"uri"
:
"/sptsel/recpanSearch"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanShow
:{
"uri"
:
"/sptsel/recpanShow"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanResend
:{
"uri"
:
"/sptsel/recpanResend"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
showMessage
:{
"uri"
:
"/sptsel/showMessage"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgmodRefresh
:{
"uri"
:
"/sptsel/imgmodRefresh"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgmodDelete
:{
"uri"
:
"/sptsel/imgmodDelete"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
default_chkpen
:{
"uri"
:
"/sptsel/default/chkpen"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_chkrim
:{
"uri"
:
"/sptsel/default/chkrim"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_sptstm
:{
"uri"
:
"/sptsel/default/sptstm"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_chkinc
:{
"uri"
:
"/sptsel/default/chkinc"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_chkcore
:{
"uri"
:
"/sptsel/default/chkcore"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
}
},
methods
:{
tabClick
(){
}
},
created
:
async
function
(){
console
.
log
(
"进入sptsel交易"
);
...
...
src/views/Business/Trnrel/index.vue
View file @
a4f9e94b
This diff is collapsed.
Click to expand it.
src/views/Business/index.vue
0 → 100644
View file @
a4f9e94b
<
template
>
<div
id=
"business_container"
>
<router-view></router-view>
</div>
</
template
>
<
script
>
export
default
{
created
:()
=>
{
console
.
log
(
"进入业务交易界面"
)
}
}
</
script
>
<
style
>
#business_container
{
height
:
100%
;
position
:
absolute
;
width
:
100%
;
}
</
style
>
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