Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
cd9e1b80
Commit
cd9e1b80
authored
Nov 14, 2023
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy 11.14
parent
cdf28846
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
ruoyi-ui/src/views/smartSchool/classAdviser/courseView/index.vue
+0
-1
ruoyi-ui/src/views/whitePage.vue
+4
-2
No files found.
ruoyi-ui/src/views/smartSchool/classAdviser/courseView/index.vue
View file @
cd9e1b80
...
...
@@ -110,7 +110,6 @@ export default {
},
methods
:
{
getList
()
{
this
.
loading
=
true
let
data
=
{
curriculaId
:
this
.
queryParams
.
curriculaName
,
...
...
ruoyi-ui/src/views/whitePage.vue
View file @
cd9e1b80
...
...
@@ -29,8 +29,10 @@ export default {
// 获取code
getCode
()
{
dd
.
getAuthCode
({
corpId
:
'dingaa3937ff8b7dd267f2c783f7214b6d69'
,
// corpId: 'dingccea40788226c988f2c783f7214b6d69',
//测试
// corpId: 'dingaa3937ff8b7dd267f2c783f7214b6d69',
//正式
corpId
:
'dingccea40788226c988f2c783f7214b6d69'
,
success
:
(
res
)
=>
{
console
.
log
(
'获取新的免登码成功'
,
res
);
const
code
=
res
.
code
...
...
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