Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
muChangApp
Project
Project
Details
Activity
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
WitCloud
muChangApp
Commits
a6dc4df1
Commit
a6dc4df1
authored
Jul 31, 2020
by
yating.lin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发布环控Android内测版
parent
ab4aebd9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
13 deletions
+24
-13
config.xml
config.xml
+7
-7
index.page.html
src/app/index/index.page.html
+2
-2
environment.prod.ts
src/environments/environment.prod.ts
+2
-0
environment.ts
src/environments/environment.ts
+13
-4
No files found.
config.xml
View file @
a6dc4df1
<?xml version='1.0' encoding='utf-8'?>
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"com.witium.muchang.
fenwu
"
version=
"2.9.7"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
id=
"com.witium.muchang.
huankong.test
"
version=
"2.9.7"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
牧场云
</name>
<name>
牧场云
</name>
<description>
test
</description>
<description>
test
</description>
<author
email=
"frank.feng@witium.com"
href=
"http://muchang.witium.com/"
>
Van.chen - frank.feng
</author>
<author
email=
"frank.feng@witium.com"
href=
"http://muchang.witium.com/"
>
Van.chen - frank.feng
</author>
...
@@ -22,12 +22,12 @@
...
@@ -22,12 +22,12 @@
<preference
name=
"AutoHideSplashScreen"
value=
"false"
/>
<preference
name=
"AutoHideSplashScreen"
value=
"false"
/>
<platform
name=
"android"
>
<platform
name=
"android"
>
<allow-intent
href=
"market:*"
/>
<allow-intent
href=
"market:*"
/>
<icon
density=
"ldpi"
src=
"resources/android/icon/icon.png"
/>
<icon
density=
"ldpi"
src=
"resources/android/icon/icon
_test
.png"
/>
<icon
density=
"mdpi"
src=
"resources/android/icon/icon.png"
/>
<icon
density=
"mdpi"
src=
"resources/android/icon/icon
_test
.png"
/>
<icon
density=
"hdpi"
src=
"resources/android/icon/icon.png"
/>
<icon
density=
"hdpi"
src=
"resources/android/icon/icon
_test
.png"
/>
<icon
density=
"xhdpi"
src=
"resources/android/icon/icon.png"
/>
<icon
density=
"xhdpi"
src=
"resources/android/icon/icon
_test
.png"
/>
<icon
density=
"xxhdpi"
src=
"resources/android/icon/icon.png"
/>
<icon
density=
"xxhdpi"
src=
"resources/android/icon/icon
_test
.png"
/>
<icon
density=
"xxxhdpi"
src=
"resources/android/icon/icon.png"
/>
<icon
density=
"xxxhdpi"
src=
"resources/android/icon/icon
_test
.png"
/>
<splash
density=
"land-ldpi"
src=
"resources/android/splash/land.png"
/>
<splash
density=
"land-ldpi"
src=
"resources/android/splash/land.png"
/>
<splash
density=
"land-mdpi"
src=
"resources/android/splash/land.png"
/>
<splash
density=
"land-mdpi"
src=
"resources/android/splash/land.png"
/>
<splash
density=
"land-hdpi"
src=
"resources/android/splash/land.png"
/>
<splash
density=
"land-hdpi"
src=
"resources/android/splash/land.png"
/>
...
...
src/app/index/index.page.html
View file @
a6dc4df1
...
@@ -13,8 +13,8 @@
...
@@ -13,8 +13,8 @@
<div
class=
"contentPart"
>
<div
class=
"contentPart"
>
<div
class=
"leftOnPart"
(
click
)="
goTo
('
home
')"
></div>
<div
class=
"leftOnPart"
(
click
)="
goTo
('
home
')"
></div>
<!--<div class="rightOnPart " (click)="goTo('row')"></div>-->
<!--<div class="rightOnPart " (click)="goTo('row')"></div>-->
<
!--<div class="rightOnPart " (click)="goTo('tabs/tab-home')"></div>--
>
<
div
class=
"rightOnPart "
(
click
)="
goTo
('
tabs
/
tab-home
')"
></div
>
<
div
class=
"rightOnPart "
></div
>
<
!--<div class="rightOnPart "></div>--
>
<div
class=
"leftUnderPart"
(
click
)="
goTo
('
alarm
')"
></div>
<div
class=
"leftUnderPart"
(
click
)="
goTo
('
alarm
')"
></div>
<div
class=
"rightUnderPart"
(
click
)="
goTo
('
mine
')"
></div>
<div
class=
"rightUnderPart"
(
click
)="
goTo
('
mine
')"
></div>
</div>
</div>
...
...
src/environments/environment.prod.ts
View file @
a6dc4df1
export
const
environment
=
{
export
const
environment
=
{
// ***********************************************************
production
:
true
,
production
:
true
,
url
:
'http://pasture.witium.com/api'
,
// 对外访问测试网地址
url
:
'http://pasture.witium.com/api'
,
// 对外访问测试网地址
mqttUrl
:
'120.27.235.39'
mqttUrl
:
'120.27.235.39'
// ***********************************************************
};
};
src/environments/environment.ts
View file @
a6dc4df1
...
@@ -3,11 +3,20 @@
...
@@ -3,11 +3,20 @@
// The list of file replacements can be found in `angular.json`.
// The list of file replacements can be found in `angular.json`.
export
const
environment
=
{
export
const
environment
=
{
url
:
'http://172.16.1.51:8096'
,
// url: 'http://pasture.witium.com.cn/api/v2', // 牛舍测试环境
// ***********************************************************
// url: 'http://pasture.witium.com/api', // 粪污生产环境
// 粪污生产环境
mqttUrl
:
'211.161.200.169:48083'
,
// production: true,
// url: 'http://pasture.witium.com/api', // 对外访问测试网地址
// mqttUrl: '120.27.235.39'
// ***********************************************************
// ***********************************************************
// 牛舍测试环境
production
:
true
,
production
:
true
,
url
:
'http://pasture.witium.com.cn/api/v2'
,
// 对外访问测试网地址
mqttUrl
:
'211.161.200.169:48083'
// ***********************************************************
};
};
/*
/*
...
...
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