Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
schedule
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
fengzhaoyu
schedule
Commits
d84a0fec
Commit
d84a0fec
authored
Nov 04, 2020
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/2.0.0' into release/dev/2.0.0
# Conflicts: # config.js
parents
ac15c24f
c5460f32
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
6 deletions
+8
-6
config.js
config.js
+2
-2
constant.js
pages/createMeeting/constant.js
+2
-1
index.js
pages/index/index.js
+3
-2
constant.js
pages/meetingDetail/constant.js
+1
-1
No files found.
config.js
View file @
d84a0fec
export
const
globalUrl
=
"https://gateway-beta.mingwork.com"
;
export
const
globalUrl
=
"https://gateway-beta.mingwork.com"
;
export
const
globalUrl2
=
"https://third-authentication.mingwork.com"
;
export
const
globalUrl2
=
"https://third-authentication.mingwork.com"
;
export
const
version
=
0.0315
;
export
const
version
=
0.037
;
\ No newline at end of file
export
const
websocketUrl
=
'wss://gateway-beta.mingwork.com'
;
pages/createMeeting/constant.js
View file @
d84a0fec
...
@@ -17,5 +17,5 @@ export const aheadTimeList = [
...
@@ -17,5 +17,5 @@ export const aheadTimeList = [
{
id
:
60
,
text
:
'提前一小时提醒'
,
icon
:
''
},
{
id
:
60
,
text
:
'提前一小时提醒'
,
icon
:
''
},
{
id
:
120
,
text
:
'提前二小时提醒'
,
icon
:
''
},
{
id
:
120
,
text
:
'提前二小时提醒'
,
icon
:
''
},
{
id
:
1440
,
text
:
'提前一天提醒'
,
icon
:
''
},
{
id
:
1440
,
text
:
'提前一天提醒'
,
icon
:
''
},
{
id
:
10
512
0
,
text
:
'提前一周提醒'
,
icon
:
''
}
{
id
:
10
08
0
,
text
:
'提前一周提醒'
,
icon
:
''
}
]
]
\ No newline at end of file
pages/index/index.js
View file @
d84a0fec
...
@@ -25,6 +25,7 @@ import create from "dd-store";
...
@@ -25,6 +25,7 @@ import create from "dd-store";
import
pageStore
from
'../meetingDetail/store'
;
import
pageStore
from
'../meetingDetail/store'
;
import
{
version
}
from
'../../config'
;
import
{
version
}
from
'../../config'
;
// const webSocket = require('../../utils/websocket.js');
// const webSocket = require('../../utils/websocket.js');
import
{
websocketUrl
}
from
'../../config'
;
const
currentDate
=
new
Date
();
const
currentDate
=
new
Date
();
const
minYear
=
currentDate
.
getFullYear
();
const
minYear
=
currentDate
.
getFullYear
();
...
@@ -94,7 +95,7 @@ create.Page({
...
@@ -94,7 +95,7 @@ create.Page({
// 设置标题
// 设置标题
dd
.
setNavigationBar
({
dd
.
setNavigationBar
({
title
:
this
.
$store
.
data
.
tabBarIndex
==
1
?
'
日程
'
:
'动态'
title
:
this
.
$store
.
data
.
tabBarIndex
==
1
?
'
安排
'
:
'动态'
});
});
//定位
//定位
...
@@ -183,7 +184,7 @@ create.Page({
...
@@ -183,7 +184,7 @@ create.Page({
},
},
connect_start
()
{
connect_start
()
{
dd
.
connectSocket
({
dd
.
connectSocket
({
url
:
`
ws://139.196.213.18:9999
/meet-websocket/websocket/
${
dd
.
getStorageSync
({
key
:
'mwUserId'
}).
data
}
/
${
uuid
}
`
,
url
:
`
${
websocketUrl
}
/meet-websocket/websocket/
${
dd
.
getStorageSync
({
key
:
'mwUserId'
}).
data
}
/
${
uuid
}
`
,
success
:
(
res
)
=>
{
success
:
(
res
)
=>
{
...
...
pages/meetingDetail/constant.js
View file @
d84a0fec
...
@@ -8,7 +8,7 @@ export const aheadTimeList = [
...
@@ -8,7 +8,7 @@ export const aheadTimeList = [
{
id
:
60
,
text
:
'提前一小时提醒'
,
icon
:
''
},
{
id
:
60
,
text
:
'提前一小时提醒'
,
icon
:
''
},
{
id
:
120
,
text
:
'提前二小时提醒'
,
icon
:
''
},
{
id
:
120
,
text
:
'提前二小时提醒'
,
icon
:
''
},
{
id
:
1440
,
text
:
'提前一天提醒'
,
icon
:
''
},
{
id
:
1440
,
text
:
'提前一天提醒'
,
icon
:
''
},
{
id
:
10
512
0
,
text
:
'提前一周提醒'
,
icon
:
''
}
{
id
:
10
08
0
,
text
:
'提前一周提醒'
,
icon
:
''
}
]
]
export
const
participateStatusList
=
[{
text
:
'仅参加此次会议'
,
id
:
'only'
,
value
:
1
},
{
text
:
'参加所有会议'
,
id
:
'all'
,
value
:
1
}]
export
const
participateStatusList
=
[{
text
:
'仅参加此次会议'
,
id
:
'only'
,
value
:
1
},
{
text
:
'参加所有会议'
,
id
:
'all'
,
value
:
1
}]
export
const
noParticipateStatusList
=
[{
text
:
'不参加此次会议'
,
id
:
'only'
,
value
:
0
},
{
text
:
'不参加所有会议'
,
id
:
'all'
,
value
:
0
}]
export
const
noParticipateStatusList
=
[{
text
:
'不参加此次会议'
,
id
:
'only'
,
value
:
0
},
{
text
:
'不参加所有会议'
,
id
:
'all'
,
value
:
0
}]
...
...
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