切换导航条
此项目
正在载入...
登录
徐强
/
eej
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
徐强
2021-05-24 01:53:25 +0800
提交
a90a16893da11f00301609888d7f2b3a1b59da23
1 个父辈
1b83c495
提交
隐藏空白字符变更
内嵌
并排对比
正在显示
5 个修改的文件
包含
10 行增加
和
8 行删除
components/checkTopWrap.vue
main.js
pages.json
pages/index/license/check.vue
pages/login/login.vue
components/checkTopWrap.vue
查看文件 @
a90a168
...
...
@@ -79,6 +79,7 @@
url:this.apiUrl + 'license/count',
method:'post',
success: (res) => {
console.log('首页督查交办数值',res)
this.check = res.data.data
}
})
...
...
main.js
查看文件 @
a90a168
...
...
@@ -6,7 +6,7 @@ import check from './check/index.js'
Vue
.
config
.
productionTip
=
false
Vue
.
prototype
.
$imgUrl
=
"http://api.intewl.cn/uploads/"
Vue
.
prototype
.
apiUrl
=
"http://
7555a3dfb538
.ngrok.io/"
Vue
.
prototype
.
apiUrl
=
"http://
208db9284460
.ngrok.io/"
// Vue.prototype.$imgUrl="http://www.mall.com/uploads/"
// Vue.prototype.apiUrl="http://www.mall.com/api"
Vue
.
prototype
.
check
=
check
;
...
...
pages.json
查看文件 @
a90a168
{
"pages"
:
[
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path"
:
"pages/index/
license/otherQuestion
"
,
"path"
:
"pages/index/
init
"
,
"style"
:
{
"navigation
BarTitleText"
:
"其他问题
"
"navigation
Style"
:
"custom
"
}
},
{
"path"
:
"pages/index/
init
"
,
"path"
:
"pages/index/
license/otherQuestion
"
,
"style"
:
{
"navigation
Style"
:
"custom
"
"navigation
BarTitleText"
:
"其他问题
"
}
},
{
...
...
pages/index/license/check.vue
查看文件 @
a90a168
...
...
@@ -59,7 +59,7 @@
basinTxt:'全流域',
param:{
// 恢复位置
//
year:new Date().getFullYear().toString(),
year:new Date().getFullYear().toString(),
basin:'',
type:'',
companyName:this.$store.state.keyword
...
...
@@ -120,7 +120,7 @@
uni.showLoading({
title:'加载中'
})
console.log('
11111
',this.param)
console.log('
首页列表查询条件
',this.param)
uni.request({
url:this.apiUrl+'license/list',
data:this.param,
...
...
@@ -151,6 +151,7 @@
},
onConfirm(e,pickerType){
console.log(e,pickerType)
if(pickerType == 'year'){
if(e.result == '全'){
this.param.year = ''
...
...
pages/login/login.vue
查看文件 @
a90a168
...
...
@@ -69,7 +69,6 @@
data:this.param,
method:'post',
success: (res) => {
console.log('登录接口',res)
if(res.data.code == 200){
uni.setStorageSync('token',res.data.data)
uni.switchTab({
...
...
请
注册
或
登录
后发表评论