Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
icbcRPG
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
icbcRPG
Commits
a59e099a
Commit
a59e099a
authored
Sep 15, 2021
by
卜宏亮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微信动态域名
parent
0415215a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
index.html
project/public/index.html
+3
-4
app.jsx
project/src/app.jsx
+9
-1
No files found.
project/public/index.html
View file @
a59e099a
...
@@ -16,9 +16,9 @@
...
@@ -16,9 +16,9 @@
<script
src=
"https://www.icbc.com.cn/ICBC/html/card/elife/js/2017/0703/icbc_client_core.js"
></script>
<script
src=
"https://www.icbc.com.cn/ICBC/html/card/elife/js/2017/0703/icbc_client_core.js"
></script>
<script
src=
"https://assets.geilicdn.com/v-components/jsbridge/1.0.1/index.min.js"
></script>
<script
src=
"https://assets.geilicdn.com/v-components/jsbridge/1.0.1/index.min.js"
></script>
<script
src=
"https://yun.duiba.com.cn/db_games/hybrid_app2.js"
></script>
<script
src=
"https://yun.duiba.com.cn/db_games/hybrid_app2.js"
></script>
<script
src=
"//yun.duiba.com.cn/js-libs/dbdomain/1.0.14/dbdomain.js"
></script>
<script>
<script>
window
.
fucklog
=
function
(
str
){
console
.
log
(
str
)
}
window
.
fucklog
=
function
(
str
)
{
console
.
log
(
str
)
}
// new VConsole();
// new VConsole();
function
getApp
()
{
function
getApp
()
{
...
@@ -47,8 +47,7 @@
...
@@ -47,8 +47,7 @@
}
}
window
.
shareUrl
=
'https://duiba'
+
CFG
.
appID
+
CFG
.
projectId
+
Math
.
floor
(
Math
.
random
()
*
90000
)
+
window
.
shareUrl
=
location
.
origin
+
'/customShare/share?id=4609'
'.activity-1.m.duiba.com.cn/customShare/share?id=4609'
window
.
shareimg
=
'https://yun.duiba.com.cn/spark/assets/e7bec756134eaca143ea54e9f6856b6a6e10d33f.png'
;
window
.
shareimg
=
'https://yun.duiba.com.cn/spark/assets/e7bec756134eaca143ea54e9f6856b6a6e10d33f.png'
;
window
.
sharetitle
=
'欢趣专区全新升级,快来看看吧'
;
window
.
sharetitle
=
'欢趣专区全新升级,快来看看吧'
;
...
...
project/src/app.jsx
View file @
a59e099a
...
@@ -12,6 +12,14 @@ MD();
...
@@ -12,6 +12,14 @@ MD();
import
"./monitor.js"
;
//前端错误监控
import
"./monitor.js"
;
//前端错误监控
var
ensureDomain
=
dbdomain
.
ensureDomain
var
getDomain
=
dbdomain
.
getDomain
ensureDomain
().
then
(
()
=>
{
window
.
shareUrl
=
`
${
dbdomain
.
domain
}
/customShare/share?id=4609'`
;
}
)
class
App
extends
Component
{
class
App
extends
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
super
(
props
);
super
(
props
);
...
@@ -23,7 +31,7 @@ class App extends Component {
...
@@ -23,7 +31,7 @@ class App extends Component {
componentDidMount
()
{
componentDidMount
()
{
}
}
eventHandler
=
()
=>
{
eventHandler
=
()
=>
{
console
.
log
(
'eventHandler'
)
console
.
log
(
'eventHandler'
)
}
}
...
...
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