Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
play_office
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
play_office
Commits
662c65bb
Commit
662c65bb
authored
Sep 24, 2024
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat
parent
0f164880
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
index-CQb5JtTP.js
play/assets/index-CQb5JtTP.js
+1
-1
index.html
play/index.html
+2
-1
App.vue
vue-proj/vue-project/src/App.vue
+3
-0
No files found.
play/assets/index-
BRONZzV2
.js
→
play/assets/index-
CQb5JtTP
.js
View file @
662c65bb
This diff is collapsed.
Click to expand it.
play/index.html
View file @
662c65bb
...
@@ -2,10 +2,11 @@
...
@@ -2,10 +2,11 @@
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<head>
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<link
rel=
"icon"
href=
"/favicon.ico"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<script
type=
"text/javascript"
src=
"//staging-teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js"
></script>
<script
type=
"text/javascript"
src=
"//staging-teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js"
></script>
<title>
Vite App
</title>
<title>
Vite App
</title>
<script
type=
"module"
crossorigin
src=
"
assets/index-BRONZzV2
.js"
></script>
<script
type=
"module"
crossorigin
src=
"
/assets/index-CQb5JtTP
.js"
></script>
</head>
</head>
<body>
<body>
<div
id=
"app"
></div>
<div
id=
"app"
></div>
...
...
vue-proj/vue-project/src/App.vue
View file @
662c65bb
...
@@ -7,6 +7,9 @@ const ppt_html = ref('');
...
@@ -7,6 +7,9 @@ const ppt_html = ref('');
window
.
courseware
.
getData
((
dt
)
=>
{
window
.
courseware
.
getData
((
dt
)
=>
{
url
.
value
=
dt
?.
url
;
url
.
value
=
dt
?.
url
;
ppt_html
.
value
=
dt
?.
ppt_html
;
ppt_html
.
value
=
dt
?.
ppt_html
;
if
(
ppt_html
.
value
)
{
window
.
air
.
hideAirClassLoading
(
'
play_office
'
,
null
);
}
},
'
play_office
'
);
},
'
play_office
'
);
function
renderedHandler
()
{
function
renderedHandler
()
{
...
...
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