Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6812cc02
authored
Dec 04, 2020
by
Denglingling
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整 IOS 下 APP 版本 1.1.4
parent
07717137
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
app/action/LoginAction.js
app/action/QuickAction.js
ios/BoneHouse_Business_APP.xcodeproj/project.pbxproj
app/action/LoginAction.js
View file @
6812cc02
...
...
@@ -15,7 +15,7 @@ export function requestLogin(params) {
dispatch
(
logining
());
let
{
global_domain_config
}
=
getState
().
login
PostRequest
(
global_domain_config
,
'/access_token/password/search?app_code=MOBILE'
,
params
).
then
((
res
)
=>
{
//
console.log('res-------', res)
console
.
log
(
'res-------'
,
res
)
if
(
res
.
error_code
===
0
){
if
(
res
.
functions
&&
res
.
functions
.
length
)
{
show
(
'登录成功'
);
...
...
app/action/QuickAction.js
View file @
6812cc02
...
...
@@ -104,6 +104,7 @@ export function requestQuickTemplateCollect(params) {
let
{
global_domain_config
}
=
getState
().
login
GetRequest
(
global_domain_config
,
getUrlParams
(
'/surgery/template_header/search'
,
params
))
.
then
(
res
=>
{
console
.
log
(
'res==>'
,
res
)
if
(
res
.
error_code
==
0
)
{
let
{
data
:
{
surgery_template_headers
}
}
=
res
dispatch
(
requestListDataSuccess
(
surgery_template_headers
));
...
...
ios/BoneHouse_Business_APP.xcodeproj/project.pbxproj
View file @
6812cc02
...
...
@@ -1522,7 +1522,7 @@
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME
=
""
;
CURRENT_PROJECT_VERSION
=
1.1.
0
;
CURRENT_PROJECT_VERSION
=
1.1.
4
;
DEAD_CODE_STRIPPING
=
NO
;
DEVELOPMENT_TEAM
=
2BWXWUS2NV
;
HEADER_SEARCH_PATHS
=
(
...
...
@@ -1538,7 +1538,7 @@
INFOPLIST_FILE
=
BoneHouse_Business_APP/Info.plist
;
IPHONEOS_DEPLOYMENT_TARGET
=
9.0
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
MARKETING_VERSION
=
1.1.
3
;
MARKETING_VERSION
=
1.1.
4
;
OTHER_LDFLAGS
=
(
"$(inherited)"
,
"-ObjC"
,
...
...
@@ -1556,7 +1556,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME
=
""
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CURRENT_PROJECT_VERSION
=
1.1.
0
;
CURRENT_PROJECT_VERSION
=
1.1.
4
;
DEVELOPMENT_TEAM
=
2BWXWUS2NV
;
HEADER_SEARCH_PATHS
=
(
"$(inherited)"
,
...
...
@@ -1571,7 +1571,7 @@
INFOPLIST_FILE
=
BoneHouse_Business_APP/Info.plist
;
IPHONEOS_DEPLOYMENT_TARGET
=
9.0
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
MARKETING_VERSION
=
1.1.
3
;
MARKETING_VERSION
=
1.1.
4
;
OTHER_LDFLAGS
=
(
"$(inherited)"
,
"-ObjC"
,
...
...
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