Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
8e6195c8
Commit
8e6195c8
authored
Dec 28, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
07be67dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
startupPage.vue
src/components/sallCenter/startupPage.vue
+4
-4
index.js
src/router/index.js
+6
-0
No files found.
src/components/sallCenter/startupPage.vue
View file @
8e6195c8
...
...
@@ -82,10 +82,10 @@
addMsg
:
{
ID
:
0
,
MusicUrl
:
''
,
//音乐地址
MusicUrl
:
'
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/static/jiahe.mp3
'
,
//音乐地址
Seconds
:
0
,
IsShow
:
0
,
//是否开启
PicUrl
:
this
.
domainManager
().
ImageUrl
+
'/Static/auth-default.png
'
,
//图片
PicUrl
:
'
'
,
//图片
},
imgshow
:
true
,
};
...
...
@@ -154,8 +154,8 @@
},
beforeAvatarUpload
(
file
){
if
(
file
.
size
/
1024
>
1
7
0
){
this
.
Error
(
'图片大于1
7
0KB'
);
if
(
file
.
size
/
1024
>
1
9
0
){
this
.
Error
(
'图片大于1
9
0KB'
);
this
.
imgshow
=
false
}
else
{
this
.
imgshow
=
true
...
...
src/router/index.js
View file @
8e6195c8
...
...
@@ -355,6 +355,12 @@ export default new Router({
path
:
'/educationOrderDetail'
,
name
:
'educationOrderDetail'
,
component
:
resolve
=>
require
([
'@/components/education/educationOrderDetail'
],
resolve
),
},
//网课 上传配置
{
path
:
'/uploadKCSet'
,
name
:
'uploadKCSet'
,
component
:
resolve
=>
require
([
'@/components/education/uploadKCSet'
],
resolve
),
}
]
},
...
...
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