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
2e8ab77c
Commit
2e8ab77c
authored
Sep 22, 2024
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat
parent
d8154080
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
index-BEvuG3Jl.js
play/assets/index-BEvuG3Jl.js
+1
-1
index.html
play/index.html
+1
-1
App.vue
vue-proj/vue-project/src/App.vue
+3
-1
No files found.
play/assets/index-
CyuUVJGZ
.js
→
play/assets/index-
BEvuG3Jl
.js
View file @
2e8ab77c
This diff is collapsed.
Click to expand it.
play/index.html
View file @
2e8ab77c
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<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-
CyuUVJGZ
.js"
></script>
<script
type=
"module"
crossorigin
src=
"assets/index-
BEvuG3Jl
.js"
></script>
</head>
</head>
<body>
<body>
<div
id=
"app"
></div>
<div
id=
"app"
></div>
...
...
vue-proj/vue-project/src/App.vue
View file @
2e8ab77c
...
@@ -7,7 +7,9 @@ window.courseware.getData((dt) => {
...
@@ -7,7 +7,9 @@ window.courseware.getData((dt) => {
url
.
value
=
dt
?.
url
;
url
.
value
=
dt
?.
url
;
},
'
play_office
'
);
},
'
play_office
'
);
function
renderedHandler
()
{}
function
renderedHandler
()
{
window
.
air
.
hideAirClassLoading
(
'
play_office
'
,
null
);
}
function
errorHandler
()
{}
function
errorHandler
()
{}
</
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