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
a81a9df6
Commit
a81a9df6
authored
Sep 30, 2024
by
hulei
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
parents
f7fbe0e6
7291e7bc
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
index.vue
src/page/Frontend/Oftopn/views/index.vue
+1
-1
index.vue
src/page/Frontend/Oftsel/views/index.vue
+1
-1
index.vue
src/page/Funds/Fxtssb/views/index.vue
+1
-1
index.vue
src/page/Funds/Fxtsss/views/index.vue
+1
-1
index.vue
src/page/index.vue
+1
-1
No files found.
src/page/Frontend/Oftopn/views/index.vue
View file @
a81a9df6
...
...
@@ -23,7 +23,7 @@
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Oftopn
from
"../model"
import
Check
from
"../model/
c
heck"
import
Check
from
"../model/
C
heck"
import
Oftp13
from
"./Oftp13"
import
operationFunc
from
"~/mixin/operationFunc"
;
...
...
src/page/Frontend/Oftsel/views/index.vue
View file @
a81a9df6
...
...
@@ -24,7 +24,7 @@
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Oftsel
from
"../model"
import
Check
from
"../model/
c
heck"
import
Check
from
"../model/
C
heck"
import
Oftp01
from
"./Oftp01"
import
operationFunc
from
"~/mixin/operationFunc"
;
...
...
src/page/Funds/Fxtssb/views/index.vue
View file @
a81a9df6
...
...
@@ -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 @
a81a9df6
...
...
@@ -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"
,
...
...
src/page/index.vue
View file @
a81a9df6
...
...
@@ -549,7 +549,7 @@ export default {
j_username
:
sessionStorage
.
getItem
(
'j_username'
),
curOrgId
:
param
,
};
//const res = await Api.post('/
webapi/
manager/login/changeOrg', params);
//const res = await Api.post('/manager/login/changeOrg', params);
const
res
=
await
Api
.
post
(
'/admin/login/changeOrg'
,
params
);
if
(
res
.
respCode
===
SUCCESS
)
{
if
(
res
.
data
)
{
...
...
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