Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-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
xugong
hls-xcmg-vue-app
Commits
2a9defad
Commit
2a9defad
authored
Jun 01, 2021
by
jiacheng.mao
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
parents
d29bfeb3
f7170ed3
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
326 additions
and
310 deletions
+326
-310
dev.env.js
config/dev.env.js
+2
-2
uat.env.js
config/uat.env.js
+1
-1
function-list.vue
src/pages/functionCenter/function-list.vue
+321
-300
home-page.vue
src/pages/home/home-page.vue
+2
-2
setting.vue
src/pages/myInfo/setting.vue
+0
-5
No files found.
config/dev.env.js
View file @
2a9defad
'use strict'
module
.
exports
=
{
NODE_ENV
:
'"
production
"'
,
NODE_ENV
:
'"
development
"'
,
CONFIG_ENV
:
JSON
.
stringify
(
process
.
env
.
CONFIG_ENV
),
debug
:
true
,
isMobilePlatform
:
true
,
...
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"3.0.
0
"'
currentVersion
:
'"3.0.
3
"'
}
config/uat.env.js
View file @
2a9defad
...
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"3.0.
0
"'
currentVersion
:
'"3.0.
3
"'
}
src/pages/functionCenter/function-list.vue
View file @
2a9defad
This diff is collapsed.
Click to expand it.
src/pages/home/home-page.vue
View file @
2a9defad
...
...
@@ -139,7 +139,7 @@ export default {
console
.
log
(
'&&&&&&&&&&&&___ios'
)
// if (!$config.isMobilePlatform) {
// }
/*
baidumap_location.getCurrentPosition(function (result) {
baidumap_location
.
getCurrentPosition
(
function
(
result
)
{
if
(
window
.
localStorage
.
getItem
(
'province'
))
{
vm
.
city
=
window
.
localStorage
.
getItem
(
'city'
)
vm
.
province
=
window
.
localStorage
.
getItem
(
'province'
)
...
...
@@ -150,7 +150,7 @@ export default {
vm
.
guessingQuery
(
result
.
city
)
}
},
function
(
error
)
{
})
*/
})
// setTimeout(vm.guessingQuery(), 0)
},
goFunctionHome
(
data
)
{
...
...
src/pages/myInfo/setting.vue
View file @
2a9defad
...
...
@@ -135,11 +135,6 @@ export default {
this
.
update_content
,
this
.
version_url
)
}
else
{
this
.
hote_update_version
(
this
.
update_content
,
this
.
version_url
)
}
}
else
{
this
.
hlsPopup
.
showLongCenter
(
'您的版本是最新版'
)
...
...
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