Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing-opeartion
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gic-web
marketing-opeartion
Commits
58c243eb
Commit
58c243eb
authored
Mar 16, 2022
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
fa754bfa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
NewActivity.vue
src/views/activity/component/NewActivity.vue
+2
-2
No files found.
src/views/activity/component/NewActivity.vue
View file @
58c243eb
...
...
@@ -101,10 +101,10 @@ export default {
activityImage
:
[
{
required
:
true
,
message
:
'请上传活动图片'
}
],
activitySort
:
[
{
required
:
true
,
message
:
'请输入排序号'
}
],
},
projectName
:
'
gic-
marketing-operation'
,
// 当前项目名(必传参数)
projectName
:
'marketing-operation'
,
// 当前项目名(必传参数)
limitW
:
80
,
// 上传图片的限制宽度(数字),(可选参数),各个调用地方可能不同
limitH
:
80
,
// 上传图片的限制高度(数字),(可选参数),各个调用地方可能不同
actionUrl
:
'/
api-plug
/upload-img'
,
// 必选参数,上传的相对地址 String 类型,切勿硬编码写死地址
actionUrl
:
'/
marketing-operation
/upload-img'
,
// 必选参数,上传的相对地址 String 类型,切勿硬编码写死地址
accept
:
'image/jpg,image/jpeg,image/png'
,
maxlength
:
1
,
// 图片数量 默认 5
imageList
:
[],
// 是否显示已上传文件列表
...
...
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