Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lumastoreapp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieyishang
lumastoreapp
Commits
b894527c
Commit
b894527c
authored
May 03, 2020
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sss~
parent
816ddc50
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
7 deletions
+39
-7
App.vue
App.vue
+18
-0
manifest.json
manifest.json
+21
-7
No files found.
App.vue
View file @
b894527c
...
...
@@ -9,6 +9,24 @@
setTimeout
(()
=>
{
plus
.
navigator
.
closeSplashscreen
();
},
100
)
//获取设备id ios
plus
.
device
.
getInfo
({
success
:(
e
)
=>
{
console
.
log
(
'
getDeviceInfo success:
'
+
JSON
.
stringify
(
e
));
},
fail
:(
e
)
=>
{
console
.
log
(
'
getDeviceInfo failed:
'
+
JSON
.
stringify
(
e
));
}
});
// #endif
//安卓的
// #ifdef APP-PLUS
const
clientInfo
=
plus
.
push
.
getClientInfo
()
console
.
log
(
clientInfo
,
"
clientInfo
"
)
// #endif
setTimeout
(()
=>
{
...
...
manifest.json
View file @
b894527c
{
"name"
:
"鹿马商家助手"
,
"appid"
:
"__UNI__FC9419E"
,
//
"appid"
:
"__UNI__1EA80F1"
,
这个是
web
的
//
"appid"
:
"__UNI__FC9419E"
,
"appid"
:
"__UNI__1EA80F1"
,
//
这个是
web
的
"description"
:
""
,
"versionName"
:
"1.0.3
1
"
,
"versionCode"
:
13
1
,
"versionName"
:
"1.0.3
4
"
,
"versionCode"
:
13
4
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
"app-plus"
:
{
...
...
@@ -18,7 +18,8 @@
},
/*
模块配置
*/
"modules"
:
{
"Maps"
:
{}
"Maps"
:
{},
"Push"
:
{}
},
/*
应用发布信息
*/
"distribute"
:
{
...
...
@@ -53,7 +54,17 @@
},
/*
ios打包配置
*/
"ios"
:
{
"idfa"
:
false
"idfa"
:
false
,
"privacyDescription"
:
{
"NSPhotoLibraryUsageDescription"
:
"需要获得的允许,才能在上传商城产品时选择图片"
,
"NSPhotoLibraryAddUsageDescription"
:
"需要获得的允许,才能在生成店铺二维码后将海报保存到相册"
,
"NSCameraUsageDescription"
:
"需要获得的允许,才能在上传商城产品时拍照上传"
,
"NSLocationWhenInUseUsageDescription"
:
"需要获得的允许,才能在修改店铺信息时获取店铺定位"
,
"NSLocationAlwaysUsageDescription"
:
"需要获得的允许,才能在修改店铺信息时获取店铺定位"
,
"NSLocationAlwaysAndWhenInUseUsageDescription"
:
"需要获得的允许,才能在修改店铺信息时获取店铺定位"
,
"NSContactsUsageDescription"
:
"需要获得的允许,才能在你管理订单时拨打客户电话"
,
"NSRemindersUsageDescription"
:
"需要获得的允许,才能在新订单时提示"
}
},
/*
SDK配置
*/
"sdkConfigs"
:
{
...
...
@@ -63,7 +74,10 @@
"appkey_android"
:
"QuknQN8dKc98xIYYUIacfDrmGjbjW4Z1"
}
},
"ad"
:
{}
"ad"
:
{},
"push"
:
{
"unipush"
:
{}
}
},
"icons"
:
{
"android"
:
{
...
...
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