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
fc343269
Commit
fc343269
authored
5 years ago
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into release_beta/1.0.0
parents
7185f4e9
b2658c6e
release_beta/1.0.0
…
dev
release/1.0.0
release/2.0.0
release/2.1.0
release/dev/2.0.0
release/dev/2.1.0
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
request.js
api/request.js
+1
-1
app.js
app.js
+3
-4
config.js
config.js
+3
-0
No files found.
api/request.js
View file @
fc343269
...
...
@@ -142,7 +142,7 @@ export function isParticipate(data) {
export
function
getMeetingRoomRepeatAffairs
(
groupId
,
page
)
{
return
$http
({
method
:
"get"
,
url
:
`/meet/meeting-log/scheduleTemplateMeetingLogPage?
category=2,3&
groupId=
${
groupId
}
&size=10¤t=
${
page
}
`
url
:
`/meet/meeting-log/scheduleTemplateMeetingLogPage?groupId=
${
groupId
}
&size=10¤t=
${
page
}
`
});
}
//会议室详情的获取动态列表
...
...
This diff is collapsed.
Click to expand it.
app.js
View file @
fc343269
...
...
@@ -2,6 +2,7 @@ import { setGlobalStore } from "dd-store";
import
exampleStore
from
"./stores/exampleStore"
;
setGlobalStore
(
exampleStore
);
import
login
from
"./api/login"
;
import
{
globalUrl
,
globalUrl2
}
from
'./config'
;
App
({
onLaunch
(
options
)
{
...
...
@@ -20,9 +21,7 @@ App({
userid
:
""
,
name
:
""
,
userInfo
:
""
,
globalUrl
:
"https://gateway-beta.mingwork.com"
,
//beta地址
globalUrl2
:
"https://third-authentication-beta.mingwork.com"
// globalUrl: "https://gateway2.mingwork.com", // 线上地址
// globalUrl2: "https://third-authentication.mingwork.com" //线上地址
globalUrl
:
globalUrl
,
globalUrl2
:
globalUrl2
}
});
This diff is collapsed.
Click to expand it.
config.js
0 → 100644
View file @
fc343269
export
const
globalUrl
=
"https://gateway-beta.mingwork.com"
;
export
const
globalUrl2
=
"https://third-authentication-beta.mingwork.com"
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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