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
0f28187d
Commit
0f28187d
authored
Jan 16, 2020
by
JingChao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prod 0.0.1
parent
b74ca67e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
24 deletions
+8
-24
config.xml
config.xml
+1
-1
prod.env.js
config/prod.env.js
+6
-6
ios.json
plugins/ios.json
+0
-15
main.js
src/main.js
+1
-1
index.html
www/index.html
+0
-1
No files found.
config.xml
View file @
0f28187d
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"com.xcmg.app
.dev"
version=
"1.0.0
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
id=
"com.xcmg.app
"
version=
"0.0.1
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
徐工金服
</name>
<description>
正式环境版
...
...
config/prod.env.js
View file @
0f28187d
...
...
@@ -4,12 +4,12 @@ module.exports = {
CONFIG_ENV
:
JSON
.
stringify
(
process
.
env
.
CONFIG_ENV
),
debug
:
false
,
isMobilePlatform
:
true
,
loginPath
:
'"http://www.xcmgfs.com:
2889
/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" '
,
basePath
:
'"http://www.xcmgfs.com:
2889
/r/api/interface?sysName=XCMG_PROD&apiName="'
,
rootPath
:
'"http://www.xcmgfs.com:
2889
/r/api"'
,
filePath
:
'"http://www.xcmgfs.com:
2889
/r/api/app/fileViewSvc?sysName=XCMG_PROD&apiName=file_view&"'
,
ocrPath
:
'"http://www.xcmgfs.com:
2889
/r/api"'
,
fileUploadSvcPath
:
'"http://www.xcmgfs.com:
2889
/r/api/app/fileUploadSvc?sysName=XCMG_PROD&apiName="'
,
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.0.1"'
}
plugins/ios.json
deleted
100644 → 0
View file @
b74ca67e
{
"prepare_queue"
:
{
"installed"
:
[],
"uninstalled"
:
[]
},
"config_munge"
:
{
"files"
:
{}
},
"installed_plugins"
:
{
"cordova-plugin-crosswalk-webview"
:
{
"PACKAGE_NAME"
:
"$(PRODUCT_BUNDLE_IDENTIFIER)"
}
},
"dependent_plugins"
:
{}
}
\ No newline at end of file
src/main.js
View file @
0f28187d
...
...
@@ -58,7 +58,7 @@ import Jpush from './scripts/jpushService'
import
Jmessage
from
'./scripts/jmessageService'
if
(
process
.
env
.
CONFIG_ENV
===
'
dev
'
)
{
if
(
process
.
env
.
CONFIG_ENV
===
'
uat
'
)
{
const
VConsole
=
require
(
'vconsole'
)
new
VConsole
()
// eslint-disable-line
}
...
...
www/index.html
deleted
100644 → 0
View file @
b74ca67e
<!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.1d16968d632b26b3bef56e2f809d6796.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.6a178e8d77c32e3c385d.js
></script><script
type=
text/javascript
src=
./static/js/vendor.94db8d780176e47eb54e.js
></script><script
type=
text/javascript
src=
./static/js/app.8730c2b5378d14649501.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