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
bf763b37
Commit
bf763b37
authored
Apr 23, 2020
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add config
parent
0e500706
Hide 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 @
bf763b37
...
...
@@ -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
}
`
});
}
//会议室详情的获取动态列表
...
...
app.js
View file @
bf763b37
...
...
@@ -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
}
});
config.js
0 → 100644
View file @
bf763b37
export
const
globalUrl
=
"https://gateway-beta.mingwork.com"
;
export
const
globalUrl2
=
"https://third-authentication-beta.mingwork.com"
;
\ No newline at end of file
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