Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
online-edu-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Redmine
Redmine
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
online-edu
online-edu-admin
Commits
e96b33e0
Commit
e96b33e0
authored
Oct 11, 2021
by
Liu Peng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支持外部url视频
parent
26be31b2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
detail.vue
src/views/biz/course/detail.vue
+0
-0
index.vue
src/views/biz/homePageSetting/index.vue
+1
-1
vue.config.js
vue.config.js
+2
-2
No files found.
src/views/biz/course/detail.vue
View file @
e96b33e0
This diff is collapsed.
Click to expand it.
src/views/biz/homePageSetting/index.vue
View file @
e96b33e0
...
...
@@ -77,7 +77,7 @@
<a-form>
<a-form-item
label=
"编辑封面"
>
<div
class=
"siwper-editor"
>
<a-upload
name=
"file"
:multiple=
"false"
list-type=
"picture-card"
:show-upload-list=
"false"
:customRequest=
"uploadSwiperImg"
:before-upload=
"beforeUpload"
>
<a-upload
accept=
"image/*"
name=
"file"
:multiple=
"false"
list-type=
"picture-card"
:show-upload-list=
"false"
:customRequest=
"uploadSwiperImg"
:before-upload=
"beforeUpload"
>
<img
v-if=
"currentSwiper.imageUrl"
:src=
"currentSwiper.imageUrl"
:width=
"200"
/>
<div
v-else
>
...
...
vue.config.js
View file @
e96b33e0
...
...
@@ -3,8 +3,8 @@
* https://cli.vuejs.org/zh/config/#%E7%9B%AE%E6%A0%87%E6%B5%8F%E8%A7%88%E5%99%A8
*
*/
const
url
=
'http://edu.qkdata.com:10081'
// const url = 'http://localhost
:9090'
//
const url = 'http://edu.qkdata.com:10081'
const
url
=
'http://192.168.10.22
:9090'
// 基础路径,发布前修改这里,当前配置打包出来的资源都是相对路径
let
publicPath
=
'/admin'
...
...
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