提交代码
parent
7b08ca2043
commit
cba2a35f2f
|
@ -2,9 +2,9 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
timeout: 60000,
|
timeout: 60000,
|
||||||
appId: "wx46466c7828eede2b",
|
appId: "wx46466c7828eede2b",
|
||||||
baseUrl: 'https:xiangguan.sxyanzhu.com',
|
baseUrl: 'https://xiangguan.sxyanzhu.com',
|
||||||
//baseUrl: 'http://127.0.0.1:8080',
|
//baseUrl: 'http://127.0.0.1:8080',
|
||||||
baseImgUrl: 'https:xiangguan.sxyanzhu.com',
|
baseImgUrl: 'https://xiangguan.sxyanzhu.com',
|
||||||
//baseImgUrl: 'https:xiangguan.sxyanzhu.com/file',
|
//baseImgUrl: 'https:xiangguan.sxyanzhu.com/file',
|
||||||
//baseImgUrl: 'http://127.0.0.1:9300',
|
//baseImgUrl: 'http://127.0.0.1:9300',
|
||||||
noSecuritys:['/code','/auth/wxLogin','/auth/getMaOpenId','/auth/getMaPhoneNumber','/auth/maLogin']
|
noSecuritys:['/code','/auth/wxLogin','/auth/getMaOpenId','/auth/getMaPhoneNumber','/auth/maLogin']
|
||||||
|
|
|
@ -472,7 +472,7 @@ Page({
|
||||||
*/
|
*/
|
||||||
getProjectDepts: function (proId) {
|
getProjectDepts: function (proId) {
|
||||||
findProjectDepts(proId).then(res => {
|
findProjectDepts(proId).then(res => {
|
||||||
that.setData({
|
this.setData({
|
||||||
projectDeptsList: res.data
|
projectDeptsList: res.data
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
|
@ -4,6 +4,9 @@ import {
|
||||||
import {
|
import {
|
||||||
findUserMenuList
|
findUserMenuList
|
||||||
} from '../../api/publics'
|
} from '../../api/publics'
|
||||||
|
import {
|
||||||
|
findProSubDeptsUserByParams
|
||||||
|
} from '../../api/project'
|
||||||
import {
|
import {
|
||||||
findMyTask
|
findMyTask
|
||||||
} from '../../api/flowable'
|
} from '../../api/flowable'
|
||||||
|
|
|
@ -249,3 +249,24 @@
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sign_div{
|
||||||
|
padding: 20rpx 0;
|
||||||
|
height: 170rpx;
|
||||||
|
}
|
||||||
|
.sign_div_min{
|
||||||
|
padding: 20rpx;
|
||||||
|
height: 150rpx;
|
||||||
|
background:#f4f4f4;
|
||||||
|
border-radius: 15rpx;
|
||||||
|
line-height: 150rpx;
|
||||||
|
color: #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qm_img{
|
||||||
|
height: 300rpx;
|
||||||
|
width: 150rpx;
|
||||||
|
position: relative;
|
||||||
|
top: -75rpx;
|
||||||
|
transform: rotate(270deg);
|
||||||
|
}
|
|
@ -11,7 +11,7 @@
|
||||||
{
|
{
|
||||||
"name": "pages/project_qr/index",
|
"name": "pages/project_qr/index",
|
||||||
"pathName": "pages/project_qr/index",
|
"pathName": "pages/project_qr/index",
|
||||||
"query": "QRPID=116&SIGID=2&PARID=10",
|
"query": "QRPID=116&SIGID=1",
|
||||||
"launchMode": "default",
|
"launchMode": "default",
|
||||||
"scene": null
|
"scene": null
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue