Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xxx_phase2_web
Project overview
Project overview
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
夏敏伟
xxx_phase2_web
Commits
03d4cd4e
Commit
03d4cd4e
authored
Nov 13, 2023
by
以墨为白
🎧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式优化
parent
ccdca4d7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
21 deletions
+24
-21
src/constant/user.js
src/constant/user.js
+2
-2
src/view/ddkz/components/noticeDialog.vue
src/view/ddkz/components/noticeDialog.vue
+8
-6
src/view/sjgl/ddkzConfig/ddkzConfigAdd.vue
src/view/sjgl/ddkzConfig/ddkzConfigAdd.vue
+13
-12
webpack.config.js
webpack.config.js
+1
-1
No files found.
src/constant/user.js
View file @
03d4cd4e
...
...
@@ -9,6 +9,6 @@ export const HTTP_STATUS = {message: "服务请求失败", code:9004};
/**
* 邮件系统
*/
export
const
MAIL_ADDRESS
=
"
http://192.168.168.1
24
:8000
"
;
export
const
MAIL_MANAGER_ADDRESS
=
"
http://192.168.168.1
24
:8010
"
;
export
const
MAIL_ADDRESS
=
"
http://192.168.168.1
00
:8000
"
;
export
const
MAIL_MANAGER_ADDRESS
=
"
http://192.168.168.1
00
:8010
"
;
export
const
MAIL_DOMAIN
=
"
zyyt.com
"
\ No newline at end of file
src/view/ddkz/components/noticeDialog.vue
View file @
03d4cd4e
...
...
@@ -19,7 +19,8 @@
<el-form-item
style=
"text-align: center"
>
<el-button
type=
"default"
@
click=
"handleClose"
>
取消
</el-button>
<el-button
type=
"success"
@
click=
"sendNotice"
>
发送
</el-button>
<el-button
type=
"success"
@
click=
"end"
v-if=
"currentChatRoomInfo.teamInfo.teamType=='DIRECTOR'"
>
结束会议
</el-button>
<el-button
type=
"success"
@
click=
"end"
v-if=
"currentChatRoomInfo.teamInfo.teamType == 'DIRECTOR'"
>
发送并结束演习
</el-button>
</el-form-item>
</el-form>
</div>
...
...
@@ -102,11 +103,12 @@ export default {
},
end
()
{
this
.
myStompClient
.
send
(
`/app/sendToChatRoom/
${
this
.
currentChatRoom
.
id
}
/
${
this
.
currentChatRoom
.
teamId
}
`
,
{},
JSON
.
stringify
(
this
.
form
));
let
data
=
{
chatRoomId
:
this
.
currentChatRoom
.
id
,
result
:
this
.
form
.
content
};
stopExercise
(
data
).
then
(
res
=>
{
console
.
log
(
res
);
}).
catch
(
err
=>
{
console
.
log
(
err
);
let
data
=
{
chatRoomId
:
this
.
currentChatRoom
.
id
,
result
:
this
.
form
.
content
};
stopExercise
(
data
).
then
(
res
=>
{
this
.
handleRemove
();
this
.
dialogVisible
=
false
;
}).
catch
(
err
=>
{
this
.
$message
.
warning
(
err
.
message
);
});
},
handleDialogOpen
()
{
...
...
src/view/sjgl/ddkzConfig/ddkzConfigAdd.vue
View file @
03d4cd4e
...
...
@@ -19,8 +19,8 @@
<el-button
type=
"primary"
@
click=
"addTeam"
>
增加与会方
</el-button>
</div>
<el-form
class=
"yhf"
v-for=
"(item, index) in formData.teams"
:key=
"index"
>
<el-form-item
label=
"队伍名称
"
>
<el-input
v-model=
"item.teamName"
></el-input>
<el-form-item
class=
"myTeamName"
label=
"队伍名称"
style=
"width: 100%;
"
>
<el-input
v-model=
"item.teamName"
style=
"width: 80%;"
></el-input>
<span
class=
"myIcon el-icon-remove-outline"
@
click=
"removeTeam(index)"
></span>
</el-form-item>
<!--
<el-form-item
label=
"参会立场"
>
-->
...
...
@@ -359,6 +359,7 @@ export default {
box-sizing
:
border-box
;
border-radius
:
4px
;
.myIcon
{
float
:
right
;
color
:
red
;
...
...
@@ -367,18 +368,18 @@ export default {
cursor
:
pointer
;
}
&
>
div
:first-child
{
margin-top
:
10px
;
display
:
flex
;
//
&>div:first-child {
// //
margin-top: 10px;
// //
display: flex;
&
>
div
:first-child
{
width
:
150px
;
}
//
&>div:first-child {
//
width: 150px;
//
}
.el-input__inner
{
width
:
200px
;
}
}
//
.el-input__inner {
//
width: 200px;
//
}
//
}
.el-transfer-panel
{
width
:
170px
!
important
;
...
...
webpack.config.js
View file @
03d4cd4e
...
...
@@ -91,7 +91,7 @@ module.exports = {
//后台代理
proxy
:
{
'
/api/
'
:
{
target
:
'
http://192.168.168.
106
:8081
'
,
target
:
'
http://192.168.168.
213
:8081
'
,
ws
:
true
,
secure
:
false
,
changeOrigin
:
true
,
...
...
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