Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gavel-oa-app
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
李苏
gavel-oa-app
Commits
7ff80de5
Commit
7ff80de5
authored
Dec 20, 2024
by
王向前
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
界面调整
parent
5312dc15
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
11 deletions
+8
-11
config.service.js
common/service/config.service.js
+3
-2
appUpdate.js
common/util/appUpdate.js
+1
-6
manifest.json
manifest.json
+2
-1
login.vue
pages/login/login.vue
+2
-2
icon.png
static/icon.png
+0
-0
No files found.
common/service/config.service.js
View file @
7ff80de5
let
BASE_URL
=
''
let
BASE_URL
=
''
if
(
process
.
env
.
NODE_ENV
==
'development'
)
{
if
(
process
.
env
.
NODE_ENV
==
'development'
)
{
BASE_URL
=
'http://119.3.92.249:18080/dmg'
/* 开发环境*/
BASE_URL
=
'https://www.gavelinfo.com/dmg'
}
else
{
}
else
{
BASE_URL
=
'http://119.3.92.249:18080/dmg'
// 生产环境
BASE_URL
=
'https://www.gavelinfo.com/dmg'
}
}
let
staticDomainURL
=
BASE_URL
+
'/sys/common/static'
;
let
staticDomainURL
=
BASE_URL
+
'/sys/common/static'
;
...
...
common/util/appUpdate.js
View file @
7ff80de5
//APP更新
//APP更新
import
api
from
'api/api.js'
import
api
from
'api/api.js'
export
default
function
appUpdate
()
{
export
default
function
appUpdate
()
{
/* let url="http://119.3.92.249:17007/app/download/datacenter.apk";
plus.runtime.openURL(url, function(ress) {
console.log(ress);
}); */
api
.
postData
(
'/getAppVersion'
,{
api
.
postData
(
'/getAppVersion'
,{
/* version: plus.runtime.version,
/* version: plus.runtime.version,
imei: plus.device.imei, */
imei: plus.device.imei, */
...
...
manifest.json
View file @
7ff80de5
...
@@ -45,7 +45,8 @@
...
@@ -45,7 +45,8 @@
},
},
/*
ios打包配置
*/
/*
ios打包配置
*/
"ios"
:
{
"ios"
:
{
"dSYMs"
:
false
"dSYMs"
:
false
,
"idfa"
:
false
},
},
/*
SDK配置
*/
/*
SDK配置
*/
"sdkConfigs"
:
{
"sdkConfigs"
:
{
...
...
pages/login/login.vue
View file @
7ff80de5
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<view></view>
<view></view>
<checkbox
class=
'round'
:class=
"checkbox[0].checked?'checked':''"
<checkbox
class=
'round'
:class=
"checkbox[0].checked?'checked':''"
:checked=
"checkbox[0].checked?true:false"
value=
"Y"
></checkbox>
:checked=
"checkbox[0].checked?true:false"
value=
"Y"
></checkbox>
<view
class=
"title margin-left"
>
记住密码
<view
class=
"title margin-left
text-white
"
>
记住密码
</view>
</view>
</checkbox-group>
</checkbox-group>
...
@@ -478,7 +478,7 @@
...
@@ -478,7 +478,7 @@
left
:
50upx
;
left
:
50upx
;
top
:
-90upx
;
top
:
-90upx
;
font-size
:
46upx
;
font-size
:
46upx
;
color
:
#555
;
color
:
white
;
text-shadow
:
1px
0px
1px
rgba
(
0
,
0
,
0
,
.3
);
text-shadow
:
1px
0px
1px
rgba
(
0
,
0
,
0
,
.3
);
}
}
...
...
static/icon.png
0 → 100644
View file @
7ff80de5
17.7 KB
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