Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wfc13
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
wfc13
Commits
0a75e265
Commit
0a75e265
authored
Aug 23, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
3d0f4bb1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
project.settings.json
project/project.settings.json
+1
-0
Main.ts
project/src/Main.ts
+1
-2
No files found.
project/project.settings.json
0 → 100644
View file @
0a75e265
{
"proSetting"
:{
"projectxIDs"
:{
"testId"
:
"pf80f49cf"
,
"devId"
:
"pf80f49cf"
,
"prodId"
:
"pf80f49cf"
},
"skinVariables"
:[]},
"envSetting"
:{}}
project/src/Main.ts
View file @
0a75e265
...
...
@@ -15,7 +15,6 @@ import { WebNetName } from "./WebNetName";
import
{
accessLog
}
from
'duiba-utils'
/**
* 全局事件,为了和小程序交互
* 有可能多处页面用到,所以单开
...
...
@@ -55,7 +54,7 @@ export class Main {
sendWebNet
(
WebNetName
.
login
,{
appId
:
getUrlParams
(
"appID"
),
unionid
:
'oIbvOt3D_z7AfHz9lI6VmDEeYDIk'
,
redirectUrl
:
`http
://activity.m.duibatest.com.cn/projectx/pe4f11ce9/index.html?appID=19493
&issharepage=
${
getQueryParams
().
issharepage
}
`
redirectUrl
:
`http
s://activity.m.duiba.com.cn/projectx/pf80f49cf/index.html?appID=85337
&issharepage=
${
getQueryParams
().
issharepage
}
`
}).
then
(
res
=>
{
location
.
href
=
res
.
data
;
});
...
...
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