提交 806c4b86 authored 作者: wangjiahao's avatar wangjiahao

Merge remote-tracking branch 'origin/dev' into dev

...@@ -2,18 +2,18 @@ FROM registry.cn-qingdao.aliyuncs.com/dataease/fabric8-java-alpine-openjdk8-jre: ...@@ -2,18 +2,18 @@ FROM registry.cn-qingdao.aliyuncs.com/dataease/fabric8-java-alpine-openjdk8-jre:
RUN echo -e 'http://mirrors.aliyun.com/alpine/edge/main/\nhttp://mirrors.aliyun.com/alpine/edge/community/' > /etc/apk/repositories RUN echo -e 'http://mirrors.aliyun.com/alpine/edge/main/\nhttp://mirrors.aliyun.com/alpine/edge/community/' > /etc/apk/repositories
RUN apk add chromium chromium-chromedriver fontconfig --no-cache --allow-untrusted #RUN apk add chromium chromium-chromedriver fontconfig --no-cache --allow-untrusted
RUN mkdir -p /usr/local/sbin/ \ #RUN mkdir -p /usr/local/sbin/ \
&& cp /usr/bin/chromedriver /usr/local/sbin/ \ # && cp /usr/bin/chromedriver /usr/local/sbin/ \
&& chmod a+x /usr/local/sbin/chromedriver # && chmod a+x /usr/local/sbin/chromedriver
ADD simsun.ttc /usr/share/fonts/ ADD simsun.ttc /usr/share/fonts/
RUN cd /usr/share/fonts/ \ #RUN cd /usr/share/fonts/ \
&& mkfontscale \ # && mkfontscale \
&& mkfontdir \ # && mkfontdir \
&& fc-cache -fv # && fc-cache -fv
ARG IMAGE_TAG ARG IMAGE_TAG
......
...@@ -34,9 +34,10 @@ ...@@ -34,9 +34,10 @@
</delete> </delete>
<select id="query" resultMap="treeNodeMap"> <select id="query" resultMap="treeNodeMap">
select distinct s.panel_group_id as id, IFNULL(s.granter,g.create_by) as creator, g.name select distinct s.panel_group_id as id, u.nick_name as creator, g.name
from panel_share s from panel_share s
left join panel_group g on g.id = s.panel_group_id left join panel_group g on g.id = s.panel_group_id
left join sys_user u on u.username = IFNULL(s.granter,g.create_by)
where where
( s.target_id = #{userId} and s.type = 0 ) or ( s.target_id = #{userId} and s.type = 0 ) or
( s.target_id = #{deptId} and s.type = 2 ) or ( s.target_id = #{deptId} and s.type = 2 ) or
......
...@@ -173,18 +173,18 @@ ...@@ -173,18 +173,18 @@
"list": [{ "list": [{
"pagePath": "pages/tabBar/home/index", "pagePath": "pages/tabBar/home/index",
"iconPath": "static/home.png", "iconPath": "static/home.png",
"selectedIconPath": "static/home.png", "selectedIconPath": "static/home_select.png",
"text": "%navigate.menuHome%" "text": "%navigate.menuHome%"
}, },
{ {
"pagePath": "pages/tabBar/dir/index", "pagePath": "pages/tabBar/dir/index",
"iconPath": "static/dir.png", "iconPath": "static/dir.png",
"selectedIconPath": "static/dir.png", "selectedIconPath": "static/dir_select.png",
"text": "%navigate.menuDir%" "text": "%navigate.menuDir%"
}, { }, {
"pagePath": "pages/tabBar/me/index", "pagePath": "pages/tabBar/me/index",
"iconPath": "static/me.png", "iconPath": "static/me.png",
"selectedIconPath": "static/me.png", "selectedIconPath": "static/me_select.png",
"text": "%navigate.menuMe%" "text": "%navigate.menuMe%"
} }
] ]
......
mobile/src/static/me.png

6.8 KB | W: | H:

mobile/src/static/me.png

4.0 KB | W: | H:

mobile/src/static/me.png
mobile/src/static/me.png
mobile/src/static/me.png
mobile/src/static/me.png
  • 2-up
  • Swipe
  • Onion skin
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论