Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hello_taobao
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
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
wildfirecode13
hello_taobao
Commits
31edc578
Commit
31edc578
authored
Sep 07, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9954b9d2
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
56 deletions
+3
-56
.gitignore
dist/.gitignore
+3
-0
config$.js
dist/.tea/entryFiles-development/config$.js
+0
-7
importScripts$.js
dist/.tea/entryFiles-development/importScripts$.js
+0
-4
index$.web.js
dist/.tea/entryFiles-development/index$.web.js
+0
-7
index$.worker.js
dist/.tea/entryFiles-development/index$.worker.js
+0
-38
No files found.
dist/.gitignore
0 → 100644
View file @
31edc578
.DS_Store
node_modules/
.tea/
\ No newline at end of file
dist/.tea/entryFiles-development/config$.js
deleted
100644 → 0
View file @
9954b9d2
const
g
=
typeof
global
!==
'undefined'
?
global
:
self
;
g
.
appXAppJson
=
{
"app"
:
{
"$homepage"
:
"pages/pagehuo_dong_ye/pagehuo_dong_ye"
}
};
dist/.tea/entryFiles-development/importScripts$.js
deleted
100644 → 0
View file @
9954b9d2
if
(
!
self
.
Map
||
!
self
.
Set
||
!
self
.
Symbol
)
{
importScripts
(
'https://gw.alipayobjects.com/as/g/appx_release/deps/1.0.3/es6-set-map-symbol.js'
);
}
\ No newline at end of file
dist/.tea/entryFiles-development/index$.web.js
deleted
100644 → 0
View file @
9954b9d2
require
(
'@alipay/appx-compiler/lib/sjsEnvInit'
);
require
(
'./config$'
);
require
(
'../../pages/pagehuo_dong_ye/pagehuo_dong_ye?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/pagejie_shu_ye/pagejie_shu_ye?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/pageshou_ye/pageshou_ye?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/pagewo_de_jiang_pin_ye_mian1/pagewo_de_jiang_pin_ye_mian1?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
dist/.tea/entryFiles-development/index$.worker.js
deleted
100644 → 0
View file @
9954b9d2
if
(
!
self
.
__appxInited
)
{
self
.
__appxInited
=
1
;
require
(
'./config$'
);
var
AFAppX
=
self
.
AFAppX
.
getAppContext
?
self
.
AFAppX
.
getAppContext
().
AFAppX
:
self
.
AFAppX
;
self
.
getCurrentPages
=
AFAppX
.
getCurrentPages
;
self
.
getApp
=
AFAppX
.
getApp
;
self
.
Page
=
AFAppX
.
Page
;
self
.
App
=
AFAppX
.
App
;
self
.
my
=
AFAppX
.
bridge
||
AFAppX
.
abridge
;
self
.
abridge
=
self
.
my
;
self
.
Component
=
AFAppX
.
WorkerComponent
||
function
(){};
self
.
$global
=
AFAppX
.
$global
;
self
.
requirePlugin
=
AFAppX
.
requirePlugin
;
if
(
AFAppX
.
registerApp
)
{
AFAppX
.
registerApp
({
appJSON
:
appXAppJson
,
});
}
function
success
()
{
require
(
'../../app'
);
require
(
'../../pages/pagehuo_dong_ye/pagehuo_dong_ye?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/pagejie_shu_ye/pagejie_shu_ye?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/pageshou_ye/pageshou_ye?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/pagewo_de_jiang_pin_ye_mian1/pagewo_de_jiang_pin_ye_mian1?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
}
self
.
bootstrapApp
?
self
.
bootstrapApp
({
success
})
:
success
();
}
\ 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