Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
lilejia-f2mb-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ba206416
authored
2019-08-15 17:01:46 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
121
1 parent
689ce3f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/index.html
public/js/as.js
public/index.html
View file @
ba20641
...
...
@@ -20,7 +20,7 @@
<script
src=
"./js/global-params.js"
></script>
<script
src=
"./js/jweixin-1.1.0.js"
></script>
<script
src=
"./js/hdp-4.4.0.min.js"
></script>
<script
src=
"./js/as.js"
></script>
<script
src=
"./js/as.js
?version=20190815
"
></script>
<div
id=
"app"
></div>
<!-- built files will be auto injected -->
</body>
...
...
public/js/as.js
View file @
ba20641
var
as
=
{};
/*------------------初始化基础数据 start---------------------*/
as
.
domains
=
"http
s://
k.wxpai.cn/F2Mb"
;
as
.
domains
=
"http
://llj.h5.
k.wxpai.cn/F2Mb"
;
as
.
AppID
=
"44beaf75bc0511e98c527cd30aeb749e"
;
as
.
AppKey
=
"8c2ecbf4a75648c8b0cb04940f461c4c"
;
...
...
Please
register
or
sign in
to post a comment