Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xichonght
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
zhangdishen
xichonght
Commits
5344259c
Commit
5344259c
authored
Sep 26, 2019
by
lc@weface.com.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
交互中心
parent
c069db90
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
global.js
xichongSys/src/utils/global.js
+2
-2
interact.vue
xichongSys/src/views/Myvue/interact.vue
+10
-0
No files found.
xichongSys/src/utils/global.js
View file @
5344259c
...
...
@@ -6,9 +6,9 @@
// 后台管理系统服务器地址
// export const baseUrl2 = 'http://xclc.rensheju.com'
export
const
baseUrl
=
'http://xc.rensheju.com'
export
const
baseUrl2
=
'http://xclc.rensheju.com'
//export const baseUrl = 'http://xc.rensheju.com'
export
const
baseUrl2
=
'http://xclc.rensheju.com'
export
const
baseUrl
=
'http://xc.rensheju.com'
//export const baseUrl = 'http://172.16.10.33:9002'
// export const baseUrl = 'http://xc.rensheju.com'
...
...
xichongSys/src/views/Myvue/interact.vue
View file @
5344259c
...
...
@@ -12,6 +12,15 @@
<el-form-item
label=
"描述"
prop =
"remark"
>
<el-input
type =
"textarea"
:rows=
"8"
placeholder=
"请输入内容 "
v-model=
"pushForm.remark"
></el-input>
</el-form-item>
<el-form-item
label=
"下发乡镇"
prop =
"toType"
align=
"left"
>
<el-switch
v-model=
"pushForm.toType"
active-color=
"#13ce66"
inactive-color=
"#ff4949"
active-text =
"是"
inactive-text=
"否"
:inactive-value =
"2"
:active-value =
"3"
>
</el-switch><span
style=
"margin-left: 20px;font-size: 5px"
>
注意:下发乡镇文件必须按照固定模板格式
</span>
</el-form-item>
<el-form-item
label=
"附件上传"
prop =
"file"
>
<el-upload
ref=
"upload"
...
...
@@ -23,6 +32,7 @@
>
<el-button
slot=
"trigger"
size=
"small"
class =
"el-icon-upload2"
type=
"success"
>
选取文件
</el-button><span
style=
"margin-left: 10px"
class=
"el-upload__tip"
>
不能超过10Mb
</span>
</el-upload>
</el-form-item>
<el-form-item
size=
"large"
>
<el-button
size =
"mini"
type =
"primary"
@
click =
"upload('pushForm')"
>
立即发布
</el-button>
...
...
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