Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taobaominiDemo
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
taobaominiDemo
Commits
ced2802e
Commit
ced2802e
authored
Jun 23, 2020
by
lujinlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-a
parent
68be8798
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
53 additions
and
5904 deletions
+53
-5904
config$.js
.tea/entryFiles-development/config$.js
+7
-0
importScripts$.js
.tea/entryFiles-development/importScripts$.js
+4
-0
index$.web.js
.tea/entryFiles-development/index$.web.js
+5
-0
index$.worker.js
.tea/entryFiles-development/index$.worker.js
+36
-0
index.js
client/pages/index/index.js
+1
-1
output.1591869086.js
client/pages/index/output.1591869086.js
+0
-5903
No files found.
.tea/entryFiles-development/config$.js
0 → 100644
View file @
ced2802e
const
g
=
typeof
global
!==
'undefined'
?
global
:
self
;
g
.
appXAppJson
=
{
"app"
:
{
"$homepage"
:
"pages/index/index"
}
};
.tea/entryFiles-development/importScripts$.js
0 → 100644
View file @
ced2802e
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
.tea/entryFiles-development/index$.web.js
0 → 100644
View file @
ced2802e
require
(
'@alipay/appx-compiler/lib/sjsEnvInit'
);
require
(
'./config$'
);
require
(
'../../client/pages/index/index?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../client/pages/index2/index2?hash=5158fa18297db3fbaac119609b168d20fcdf1eea'
);
.tea/entryFiles-development/index$.worker.js
0 → 100644
View file @
ced2802e
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
(
'../../client/app'
);
require
(
'../../client/pages/index/index?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../client/pages/index2/index2?hash=5158fa18297db3fbaac119609b168d20fcdf1eea'
);
}
self
.
bootstrapApp
?
self
.
bootstrapApp
({
success
})
:
success
();
}
\ No newline at end of file
client/pages/index/index.js
View file @
ced2802e
import
{
Main
}
from
'./output
.1591869086
'
;
import
{
Main
}
from
'./output'
;
import
{
getUserAddress
,
favorShop
,
getAuthUserInfo
}
from
'../../utils/utils'
;
import
{
getUserAddress
,
favorShop
,
getAuthUserInfo
}
from
'../../utils/utils'
;
const
app
=
getApp
()
const
app
=
getApp
()
...
...
client/pages/index/output.1591869086.js
deleted
100755 → 0
View file @
68be8798
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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