Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-ces
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
wangqinghua
wisdom-ces
Commits
3b3f7826
Commit
3b3f7826
authored
Apr 12, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整文件结构
parent
7925107d
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
24 additions
and
65 deletions
+24
-65
vagrant.xml
.idea/vagrant.xml
+8
-0
app.scss
src/app/app.scss
+2
-1
activityStatisticService.ts
src/service/activityStatisticService.ts
+0
-39
appUpdate.service.ts
src/service/appUpdate.service.ts
+0
-0
http.service.ts
src/service/http.service.ts
+4
-4
icon.scss
src/theme/icon.scss
+10
-21
style.scss
src/theme/style.scss
+0
-0
No files found.
.idea/vagrant.xml
0 → 100644
View file @
3b3f7826
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"VagrantProjectSettings"
>
<option
name=
"instanceFolder"
value=
""
/>
<option
name=
"provider"
value=
""
/>
</component>
</project>
\ No newline at end of file
src/app/app.scss
View file @
3b3f7826
...
...
@@ -259,5 +259,5 @@ ion-icon {
word-break
:
break-all
;
}
.fontSize-15
{
font-size
:
1
.5
rem
;
font-size
:
1
.5rem
;
}
\ No newline at end of file
src/service/activityStatisticService.ts
deleted
100644 → 0
View file @
7925107d
import
{
LoadingController
,
AlertController
,
ToastController
}
from
'ionic-angular'
;
import
{
Injectable
}
from
'@angular/core'
;
import
{
Http
,
Response
,
Headers
,
RequestOptions
}
from
'@angular/http'
;
import
{
AppService
}
from
'../service/appHttpService'
;
@
Injectable
()
export
class
ActivityStatisticService
{
constructor
(
public
http
:
Http
,
public
loadingCtrl
:
LoadingController
,
public
appService
:
AppService
,)
{
}
//未读通知统计
myNoticeNotreadCount
(
callback
?){
this
.
appService
.
ObserverHttpPost
(
"/wisdomgroup/modules/notice/getNotReadNotice"
,
null
)
.
subscribe
((
res
:
Response
)
=>
{
let
data
=
res
.
json
();
callback
(
data
==
null
?
"[]"
:
data
);
},
error
=>
{
this
.
appService
.
alert
(
'网络异常!'
);
}
);
}
//尚未报备统计
myNotdoPremanagerCount
(
callback
?){
this
.
appService
.
ObserverHttpPost
(
"/wisdomgroup/modules/premanager/findMyNotdoPremanager"
,
null
)
.
subscribe
((
res
:
Response
)
=>
{
let
data
=
res
.
json
();
callback
(
data
==
null
?
"[]"
:
data
);
},
error
=>
{
this
.
appService
.
alert
(
'网络异常!'
);
}
);
}
}
\ No newline at end of file
src/service/appUpdate
S
ervice.ts
→
src/service/appUpdate
.s
ervice.ts
View file @
3b3f7826
File moved
src/service/
appHttpS
ervice.ts
→
src/service/
http.s
ervice.ts
View file @
3b3f7826
...
...
@@ -19,12 +19,12 @@ export class AppGlobal {
//图片地址
// static picture =
"http://101.89.112.92:80
/wisdomgroup/manager/getIcon/"; //正式地址
static
picture
=
"http://180.168.156.212:2931
/wisdomgroup/manager/getIcon/"
;
//测试
// static picture =
AppGlobal.domain + "
/wisdomgroup/manager/getIcon/"; //正式地址
static
picture
=
AppGlobal
.
domain
+
"
/wisdomgroup/manager/getIcon/"
;
//测试
//通知公告图片参数
// static pictureNotice =
"http://101.89.112.92:80"
; //正式地址
static
pictureNotice
=
"http://180.168.156.212:2931"
;
//测试
// static pictureNotice =
AppGlobal.domain
; //正式地址
static
pictureNotice
=
AppGlobal
.
domain
;
//测试
//接口地址
static
API
:
any
=
{
...
...
src/theme/icon.scss
View file @
3b3f7826
...
...
@@ -24,27 +24,16 @@
.tab-button-text
{
margin-top
:
0
!
important
;
}
.color-333
{
color
:
#333
;
}
.color-666
{
color
:
#666
;
}
.color-999
{
color
:
#999
;
}
.color-fff
{
color
:
#fff
;
}
.color-red
{
color
:
red
;
}
.color-green
{
color
:
#1ec659
;
}
.color-24bafc
{
color
:
#24bafc
;
}
$main-colo
:
#e12724
;
.color-333
{
color
:
#333
;}
.color-666
{
color
:
#666
;}
.color-999
{
color
:
#999
;}
.color-fff
{
color
:
#fff
;}
.color-red
{
color
:
red
;}
.color-green
{
color
:
#1ec659
;}
.color-24bafc
{
color
:
#24bafc
;}
.border
{
border
:
1px
solid
#ddd
;}
@for
$i
from
0
through
101
{
.margin-right-
#{
$i
}
{
...
...
src/theme/style.scss
0 → 100644
View file @
3b3f7826
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