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
7182b37a
Commit
7182b37a
authored
Jun 11, 2020
by
Tyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业务指引背景图片替换
parent
dc09d07c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
15 deletions
+15
-15
dev.env.js
config/dev.env.js
+8
-8
prod.env.js
config/prod.env.js
+1
-1
bgxg-pic@2x.png
src/assets/functionCenter/bgxg-pic@2x.png
+0
-0
main.js
src/main.js
+4
-4
function-list.vue
src/pages/functionCenter/function-list.vue
+1
-1
index.html
www/index.html
+1
-1
No files found.
config/dev.env.js
View file @
7182b37a
...
...
@@ -4,12 +4,12 @@ module.exports = {
CONFIG_ENV
:
JSON
.
stringify
(
process
.
env
.
CONFIG_ENV
),
debug
:
false
,
isMobilePlatform
:
true
,
loginPath
:
'"http://
www.xcmgfs.com:8087
/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" '
,
basePath
:
'"http://
www.xcmgfs.com:8087/r/api/interface?sysName=XCMG_PROD
&apiName="'
,
rootPath
:
'"http://
www.xcmgfs.com:8087
/r/api"'
,
filePath
:
'"http://
www.xcmgfs.com:8087/r/api/app/fileViewSvc?sysName=XCMG_PROD
&apiName=file_view&"'
,
ocrPath
:
'"http://
www.xcmgfs.com:8087
/r/api"'
,
fileUploadSvcPath
:
'"http://
www.xcmgfs.com:8087/r/api/app/fileUploadSvc?sysName=XCMG_PROD
&apiName="'
,
appId
:
'"com.xcmg.app"'
,
currentVersion
:
'"
0.1.5
"'
loginPath
:
'"http://
180.104.121.66:8088
/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" '
,
basePath
:
'"http://
180.104.121.66:8088/r/api/interface?sysName=XCMG_UAT
&apiName="'
,
rootPath
:
'"http://
180.104.121.66:8088
/r/api"'
,
filePath
:
'"http://
180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_UAT
&apiName=file_view&"'
,
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
:
'"
2.3.2
"'
}
config/prod.env.js
View file @
7182b37a
...
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://www.xcmgfs.com:8087/r/api"'
,
fileUploadSvcPath
:
'"http://www.xcmgfs.com:8087/r/api/app/fileUploadSvc?sysName=XCMG_PROD&apiName="'
,
appId
:
'"com.xcmg.app"'
,
currentVersion
:
'"0.1.
5
"'
currentVersion
:
'"0.1.
6
"'
}
src/assets/functionCenter/bgxg-pic@2x.png
0 → 100644
View file @
7182b37a
398 KB
src/main.js
View file @
7182b37a
...
...
@@ -59,10 +59,10 @@ import Jpush from './scripts/jpushService'
import
Jmessage
from
'./scripts/jmessageService'
//
// || process.env.CONFIG_ENV === 'prod'
if
(
process
.
env
.
CONFIG_ENV
===
'dev'
||
process
.
env
.
CONFIG_ENV
===
'uat'
)
{
const
VConsole
=
require
(
'vconsole'
)
new
VConsole
()
// eslint-disable-line
}
//
if (process.env.CONFIG_ENV === 'dev' || process.env.CONFIG_ENV === 'uat') {
//
const VConsole = require('vconsole')
//
new VConsole() // eslint-disable-line
//
}
Vue
.
use
(
componentInstall
)
Vue
.
use
(
components
)
Vue
.
use
(
appStyle
)
...
...
src/pages/functionCenter/function-list.vue
View file @
7182b37a
...
...
@@ -6,7 +6,7 @@
</h-header>
<!-- 搜索 -->
<div
class=
"search has-header"
>
<img
src=
"@/assets/functionCenter/xg-pic@2x.png"
alt=
""
>
<img
src=
"@/assets/functionCenter/
bg
xg-pic@2x.png"
alt=
""
>
</div>
<div
class=
"fun-item"
>
<div
class=
"userInfo"
>
租前业务
</div>
...
...
www/index.html
View file @
7182b37a
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,width=device-width,viewport-fit=cover"
><meta
name=
format-detection
content=
"telephone=no"
><meta
name=
format-detection
content=
"email=no"
><meta
name=
apple-mobile-web-app-capable
content=
yes
><meta
name=
apple-mobile-web-app-status-bar-style
content=
black
><script
type=
text/javascript
src=
./static/vuePlatform.js
></script><script
type=
text/javascript
src=
./static/prototype.js
></script><script
type=
text/javascript
src=
./cordova.js
></script><script
type=
text/javascript
src=
"http://api.map.baidu.com/api?v=2.0&ak=Eoo0EtfjYCdAy7r8D19gZ0vMojdZpHqU"
></script><title>
徐工金服
</title><link
href=
./static/css/app.dd7832c0b9f688086087e80d2a12ea7a.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.df7ef04eb2f9b87348bc.js
></script><script
type=
text/javascript
src=
./static/js/vendor.62027bd56a192b5fe7ba.js
></script><script
type=
text/javascript
src=
./static/js/app.2d67c2c10e99ddb18554.js
></script></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,width=device-width,viewport-fit=cover"
><meta
name=
format-detection
content=
"telephone=no"
><meta
name=
format-detection
content=
"email=no"
><meta
name=
apple-mobile-web-app-capable
content=
yes
><meta
name=
apple-mobile-web-app-status-bar-style
content=
black
><script
type=
text/javascript
src=
./static/vuePlatform.js
></script><script
type=
text/javascript
src=
./static/prototype.js
></script><script
type=
text/javascript
src=
./cordova.js
></script><script
type=
text/javascript
src=
"http://api.map.baidu.com/api?v=2.0&ak=Eoo0EtfjYCdAy7r8D19gZ0vMojdZpHqU"
></script><title>
徐工金服
</title><link
href=
./static/css/app.dd7832c0b9f688086087e80d2a12ea7a.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.df7ef04eb2f9b87348bc.js
></script><script
type=
text/javascript
src=
./static/js/vendor.62027bd56a192b5fe7ba.js
></script><script
type=
text/javascript
src=
./static/js/app.cc68bbe27bc74ca6bc8f.js
></script></body></html>
\ No newline at end of file
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