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
7bea7dd1
Commit
7bea7dd1
authored
Nov 01, 2024
by
s_guodong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
手工拟报bug
parent
a31e02e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Stpp.vue
src/page/Frontend/Msgstp/views/Stpp.vue
+4
-2
No files found.
src/page/Frontend/Msgstp/views/Stpp.vue
View file @
7bea7dd1
...
@@ -41,8 +41,8 @@ export default {
...
@@ -41,8 +41,8 @@ export default {
pageSize
:
10
,
pageSize
:
10
,
total
:
0
,
total
:
0
,
},
},
swifteditorApi
:
window
.
swiftBase
.
Swift_Editor_Api
,
swifteditorApi
:
""
,
swiftisoeditorApi
:
window
.
swiftBase
.
Swiftiso_Editor_Api
,
swiftisoeditorApi
:
""
,
};
};
},
},
computed
:
{
computed
:
{
...
@@ -55,6 +55,8 @@ export default {
...
@@ -55,6 +55,8 @@ export default {
},
},
methods
:
{},
methods
:
{},
mounted
:
function
()
{
mounted
:
function
()
{
this
.
swifteditorApi
=
window
.
swiftBase
.
Swift_Editor_Api
+
"?"
+
sessionStorage
.
getItem
(
"j_username"
);
this
.
swiftisoeditorApi
=
window
.
swiftBase
.
Swiftiso_Editor_Api
+
"?"
+
sessionStorage
.
getItem
(
"j_username"
);
},
},
};
};
</
script
>
</
script
>
...
...
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