diff --git a/App.vue b/App.vue
index ab62577..6f25ffd 100644
--- a/App.vue
+++ b/App.vue
@@ -17,11 +17,10 @@
\ No newline at end of file
diff --git a/components/plant/landInfo.vue b/components/plant/landInfo.vue
index e80770f..fd9cfed 100644
--- a/components/plant/landInfo.vue
+++ b/components/plant/landInfo.vue
@@ -1,17 +1,18 @@
+
+
+
+ {{info.title}}
+
+
+
+
+
{{info.title}}
- 号土地
-
-
@@ -21,9 +22,7 @@
当前种植: {{info.total_area-info.residual_area}}亩
-
+
@@ -35,17 +34,13 @@
种植品牌: {{info.breed}}
-
+
土地面积: {{info.total_area}}亩
-
+
@@ -63,6 +58,9 @@
+
+
+
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/pages/Login/resgier.vue b/pages/Login/resgier.vue
index 11f3c21..a8e31eb 100644
--- a/pages/Login/resgier.vue
+++ b/pages/Login/resgier.vue
@@ -3,31 +3,52 @@
+
+
+ 您好!
+
欢迎进入吟龙土壤墒情监测溯系统!
-
-
- 账号注册
+
+
+ 注册
+
+ 手机号
+
+
+ 验证码
+
+
+
+
+ 获取验证码 {{countDown}}s
+
+
+
+ 密码
+
-
-
-
+
-
+
-
+
@@ -70,11 +92,32 @@
})
+ const countDown = ref(0)
+ const u = (name) => {
+ return `/static/main/login/${name}.png`
+ }
+ const getCode = () => {
+ if (countDown.value) return
+ if (!formData.account) return uni.$u.toast('账号不能为空');
+ let data = {
+ phone: formData.account,
+ scene: 101
+ }
+ xinregister(data).then((res) => {
+ if (res.code == 1) {
+ isshow.value = true
+ uni.$u.toast('验证码已发送');
+ // 通知验证码组件内部开始倒计时
+ startCountDown()
+ }
+ })
+ }
const submitFn = () => {
+ var pattern = /^(?=.*[a-zA-Z])(?=.*\d).+$/;
if (!formData.mobile) return uni.$u.toast('账号不能为空');
if (!/^1(3|4|5|7|8|9|6)\d{9}$/i.test(formData.mobile)) return uni.$u.toast(
@@ -82,9 +125,10 @@
);
if (!formData.password)
return uni.$u.toast('密码不能为空')
-
- if (formData.password !== formData.password_confirm) return uni.$u.toast('密码与确认密码不一致');
-
+ if (formData.password.length < 6)
+ return uni.$u.toast('密码长度至少在6-25位之间')
+ if (!pattern.test(formData.password)) return uni.$u.toast('密码要包含数字与英文')
+ formData.password_confirm = formData.password
logregister(formData).then((res) => {
if (res.code == 1) {
@@ -92,10 +136,10 @@
delta: 1
})
uni.$u.toast('注册成功');
- }else{
- if(res.data&&res.data.has_register==1){
+ } else {
+ if (res.data && res.data.has_register == 1) {
uni.redirectTo({
- url:'/pages/Login/login'
+ url: '/pages/Login/login'
})
}
}
@@ -118,6 +162,7 @@
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
+ // border-radius: 100rpx;
width: 700rpx;
.tit {
@@ -127,7 +172,7 @@
}
.input-card {
- width: 620rpx;
+ width: 700rpx;
background-color: #fff;
height: auto;
padding: 40rpx;
@@ -136,14 +181,15 @@
.login-type {
display: flex;
- margin-right: 50rpx;
+ // margin-right: 50rpx;
flex-direction: column;
- // align-items: center;
- justify-content: flex-start;
+ align-items: center;
+ // justify-content: flex-start;
+ margin: 0 auto;
+ text-align: center;
.line {
border-top: 3px solid #34D190;
- margin-left: 30rpx;
margin-top: 10rpx;
width: 60rpx;
}
@@ -186,4 +232,20 @@
}
}
+
+ .get-code {
+ color: $theme-main-color;
+ font-size: 28rpx;
+ position: absolute;
+ right: 30rpx;
+ top: 20rpx;
+
+ .lineY {
+ width: 1px;
+ height: 20rpx;
+ background-color: $theme-main-color;
+ display: inline-block;
+ margin-right: 10rpx;
+ }
+ }
\ No newline at end of file
diff --git a/pages/equipment/index.vue b/pages/equipment/index.vue
new file mode 100644
index 0000000..a3527a7
--- /dev/null
+++ b/pages/equipment/index.vue
@@ -0,0 +1,12 @@
+
+
+
+ 设备列表
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 294ab8a..d1758dd 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,26 +1,59 @@
+
+
+
-
-
-
-
+
+
+ 搜索
-
-
-
-
- 搜索
-
+
+ 土地信息
+
+
+
+ 已种植
+
+
+ 未种植
+
+
+
+
+
+
+ {{item.title}}
+
+
+ 种植面积 : {{item.total_area-item.residual_area}}亩
+
+
+ 土地面积: {{item.total_area}}亩
+
+
+ 地址: {{item.address}}
+
+
+
+
-
-
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+ {{dataobj.title}}
+
+
-
-
-
-
+
+
+
-
+
+
-
+
-
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+ 没有土地信息?
+ 去新增》
-
-
-
-
-
-
-
-
-
- 土地名称: {{dataobj.title}}
-
-
-
- 土地面积: {{dataobj.total_area}}亩
-
-
- 种植面积: {{dataobj.total_area-dataobj.residual_area}}亩
-
-
-
- 切换土地
-
-
-
-
+
+
+ 土地面积
-
- 暂无信息
-
-
+ {{dataobj.total_area|| "--"}}亩
-
-
-
-
- 新增种植
-
-
-
-
- 记农事
+
+ 种植面积
+
+ {{dataobj.total_area-dataobj.residual_area||"--"}}亩
+
-
+
+
+
+
+ 去新增》
+
+
+
+
+
+
+
+ 苗情检测视频
+
+
+ 刷新时间:{{getNowTimeFn()}}
+
+
+
+
+
+
+
+
-
-
-
- 苗情监测数据
+
+ 土壤检测信息
+
+
+
+
+
+
+ {{item.name}}
-
-
- 刷新时间: {{getNowTimeFn()}}
+
+ {{ item.num?item.num+item.unit:'--' }}
-
-
-
-
-
-
-
+
+
-
-
-
- 土壤监测数据
-
-
-
- 刷新时间: {{getNowTimeFn()}}
-
-
-
-
-
-
-
-
-
- {{item.name}}
-
-
-
-
- {{item.num}}
- {{item.unit}}
-
-
-
-
-
-
-
- 暂无数据
-
-
-
-
+
+ 环境检测信息
-
-
-
-
- 环境监测数据
-
-
-
- 刷新时间: {{getNowTimeFn()}}
-
-
-
-
-
-
-
-
-
- {{item.name}}
-
+
+
-
-
- {{item.num}}
- {{item.unit}}
-
-
-
-
-
-
-
-
- 暂无数据
-
+ {{item.name}}
+
+
+
+ {{ item.num?item.num+item.unit:'--' }}
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ 土地名称: {{dataobj.title}}
+
+
+
+ 土地面积: {{dataobj.total_area}}亩
+
+
+ 种植面积: {{dataobj.total_area-dataobj.residual_area}}亩
+
+
+
+ 切换土地
+
+
+
+
- 你还没有土地信息
-
-
- 去添加
+
+ 暂无信息
+
+
+ 新增种植
+
+
+
+ 记农事
+
+
+
+
+
+
+
+ 苗情监测数据
+
+
+
+ 刷新时间: {{getNowTimeFn()}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 土壤监测数据
+
+
+
+ 刷新时间: {{getNowTimeFn()}}
+
+
+
+
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+ {{item.num}}
+ {{item.unit}}
+
+
+
+
+
+
+
+ 暂无数据
+
+
+
+
+
+
+
+
+
+ 环境监测数据
+
+
+
+ 刷新时间: {{getNowTimeFn()}}
+
+
+
+
+
+
+
+
+
+ {{item.name}}
+
+
+
+ {{item.num}}
+ {{item.unit}}
+
+
+
+
+
+
+
+ 暂无数据
+
+
+
+
+
+
-
-
-
- 产品编号:
-
-
+
-
-
- 取消
-
-
- 确定
-
-
-
-
-
-
-
+
+
+
+
+
+ 你还没有土地信息
+
+
+ 去添加
+
+
+
+
+
+
+
+
+
+ 产品编号:
+
+
+
+
+
+ 取消
+
+
+ 确定
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/landDetail/index.vue b/pages/landDetail/index.vue
index 8a1f57a..3e31b81 100644
--- a/pages/landDetail/index.vue
+++ b/pages/landDetail/index.vue
@@ -2,20 +2,23 @@
+
+
+ 苗情监测数据
+
+
+
+ 刷新时间: {{getNowTimeFn()}}
+
+
-
-
-
-
-
-
-
- 刷新时间: {{getNowTimeFn()}}
+
+
+
新增种植
-
@@ -23,43 +26,48 @@
种植信息
-
-
+
+
+
+
-
+
+
+
+
- 种植种类: {{item.kind}}
+ 种植种类: {{item.kind}}
-
+
+
+ 种植面积: {{item.area}}亩
- 种植面积: {{item.area}}亩
+ 参与人: {{item.user}}
- 参与人: {{item.user}}
+ 种植日期: {{item.plant_date}}
-
- 种植日期: {{item.plant_date}}
-
-
- 备注: {{item.remark}}
+
+ 备注:
+ {{item.remark}}
溯源码:
-
@@ -275,14 +283,14 @@
}
.add-thing {
- width: 266.36rpx;
- height: 66.59rpx;
+
+ height: 90rpx;
border-radius: 42.06rpx 42.06rpx 42.06rpx 42.06rpx;
- border: 1px solid $theme-main-color;
margin: 20rpx auto;
- line-height: 66.59rpx;
+ line-height: 90rpx;
text-align: center;
- color: $theme-main-color;
+ color: white;
+ background-color: $theme-main-color;
}
}
@@ -333,6 +341,15 @@
.card_body {
padding: 20rpx;
display: flex;
+ position: relative;
+
+ .next {
+ position: absolute;
+ top: 50%;
+ transform: translateY(-50%);
+ right: 20rpx;
+ }
+
// justify-content: space-between;
.right {
@@ -343,4 +360,35 @@
}
}
}
+
+ .tit {
+ position: relative;
+ padding-left: 20rpx;
+ font-weight: bold;
+ margin-bottom: 20rpx;
+ }
+
+ .tit::before {
+ content: "";
+ position: absolute;
+ top: 50%;
+ transform: translateY(-50%);
+ left: 0;
+ width: 3px;
+ /* 左边框的宽度 */
+ height: 30rpx;
+ background-color: #34D08D;
+ }
+
+ .te {
+
+ width: 40vw;
+ /* 容器宽度 */
+ white-space: nowrap;
+ /* 文字不换行 */
+ overflow: hidden;
+ /* 超出部分隐藏 */
+ text-overflow: ellipsis;
+ /* 超出部分显示省略号 */
+ }
\ No newline at end of file
diff --git a/pages/live/live.nvue b/pages/live/live.nvue
index 7730690..397002d 100644
--- a/pages/live/live.nvue
+++ b/pages/live/live.nvue
@@ -3,7 +3,9 @@
-
diff --git a/static/main/index/FS.png b/static/main/index/FS.png
new file mode 100644
index 0000000..19b02e2
Binary files /dev/null and b/static/main/index/FS.png differ
diff --git a/static/main/index/FX.png b/static/main/index/FX.png
new file mode 100644
index 0000000..e4eee29
Binary files /dev/null and b/static/main/index/FX.png differ
diff --git a/static/main/index/GZ.png b/static/main/index/GZ.png
new file mode 100644
index 0000000..a0d297c
Binary files /dev/null and b/static/main/index/GZ.png differ
diff --git a/static/main/index/JNS.png b/static/main/index/JNS.png
new file mode 100644
index 0000000..1283818
Binary files /dev/null and b/static/main/index/JNS.png differ
diff --git a/static/main/index/K.png b/static/main/index/K.png
new file mode 100644
index 0000000..c9dc8d3
Binary files /dev/null and b/static/main/index/K.png differ
diff --git a/static/main/index/QY.png b/static/main/index/QY.png
new file mode 100644
index 0000000..f6351fe
Binary files /dev/null and b/static/main/index/QY.png differ
diff --git a/static/main/index/SD.png b/static/main/index/SD.png
new file mode 100644
index 0000000..0e9260d
Binary files /dev/null and b/static/main/index/SD.png differ
diff --git a/static/main/index/WD1.png b/static/main/index/WD1.png
new file mode 100644
index 0000000..e287a81
Binary files /dev/null and b/static/main/index/WD1.png differ
diff --git a/static/main/index/YL.png b/static/main/index/YL.png
new file mode 100644
index 0000000..9bba18e
Binary files /dev/null and b/static/main/index/YL.png differ
diff --git a/static/main/index/dk.png b/static/main/index/dk.png
new file mode 100644
index 0000000..44e7cb6
Binary files /dev/null and b/static/main/index/dk.png differ
diff --git a/static/main/index/dkdj.png b/static/main/index/dkdj.png
new file mode 100644
index 0000000..fbc33f9
Binary files /dev/null and b/static/main/index/dkdj.png differ
diff --git a/static/main/index/eyht.png b/static/main/index/eyht.png
new file mode 100644
index 0000000..b6d2abe
Binary files /dev/null and b/static/main/index/eyht.png differ
diff --git a/static/main/index/qhtd.png b/static/main/index/qhtd.png
new file mode 100644
index 0000000..ce95994
Binary files /dev/null and b/static/main/index/qhtd.png differ
diff --git a/static/main/index/qtj.png b/static/main/index/qtj.png
new file mode 100644
index 0000000..309ae8f
Binary files /dev/null and b/static/main/index/qtj.png differ
diff --git a/static/main/index/sbbd.png b/static/main/index/sbbd.png
new file mode 100644
index 0000000..90b3c1e
Binary files /dev/null and b/static/main/index/sbbd.png differ
diff --git a/static/main/index/sy.png b/static/main/index/sy.png
new file mode 100644
index 0000000..a90b88e
Binary files /dev/null and b/static/main/index/sy.png differ
diff --git a/static/main/index/sydj.png b/static/main/index/sydj.png
new file mode 100644
index 0000000..3499142
Binary files /dev/null and b/static/main/index/sydj.png differ
diff --git a/static/main/index/sys.png b/static/main/index/sys.png
new file mode 100644
index 0000000..b2fbb05
Binary files /dev/null and b/static/main/index/sys.png differ
diff --git a/static/main/index/tdmj.png b/static/main/index/tdmj.png
new file mode 100644
index 0000000..a027ffc
Binary files /dev/null and b/static/main/index/tdmj.png differ
diff --git a/static/main/index/trddl.png b/static/main/index/trddl.png
new file mode 100644
index 0000000..036a262
Binary files /dev/null and b/static/main/index/trddl.png differ
diff --git a/static/main/index/trhdl.png b/static/main/index/trhdl.png
new file mode 100644
index 0000000..6544ed6
Binary files /dev/null and b/static/main/index/trhdl.png differ
diff --git a/static/main/index/trhjl.png b/static/main/index/trhjl.png
new file mode 100644
index 0000000..89ca445
Binary files /dev/null and b/static/main/index/trhjl.png differ
diff --git a/static/main/index/trhll.png b/static/main/index/trhll.png
new file mode 100644
index 0000000..e165072
Binary files /dev/null and b/static/main/index/trhll.png differ
diff --git a/static/main/index/trph.png b/static/main/index/trph.png
new file mode 100644
index 0000000..3d2aa7c
Binary files /dev/null and b/static/main/index/trph.png differ
diff --git a/static/main/index/trsd.png b/static/main/index/trsd.png
new file mode 100644
index 0000000..e20f758
Binary files /dev/null and b/static/main/index/trsd.png differ
diff --git a/static/main/index/trwd.png b/static/main/index/trwd.png
new file mode 100644
index 0000000..202310c
Binary files /dev/null and b/static/main/index/trwd.png differ
diff --git a/static/main/index/wd.png b/static/main/index/wd.png
new file mode 100644
index 0000000..6933dc9
Binary files /dev/null and b/static/main/index/wd.png differ
diff --git a/static/main/index/wddj.png b/static/main/index/wddj.png
new file mode 100644
index 0000000..a480606
Binary files /dev/null and b/static/main/index/wddj.png differ
diff --git a/static/main/index/wzz.png b/static/main/index/wzz.png
new file mode 100644
index 0000000..4379580
Binary files /dev/null and b/static/main/index/wzz.png differ
diff --git a/static/main/index/xyj.png b/static/main/index/xyj.png
new file mode 100644
index 0000000..f5b197a
Binary files /dev/null and b/static/main/index/xyj.png differ
diff --git a/static/main/index/xz.png b/static/main/index/xz.png
new file mode 100644
index 0000000..6033eb0
Binary files /dev/null and b/static/main/index/xz.png differ
diff --git a/static/main/index/xzzh.png b/static/main/index/xzzh.png
new file mode 100644
index 0000000..507334d
Binary files /dev/null and b/static/main/index/xzzh.png differ
diff --git a/static/main/index/yzz.png b/static/main/index/yzz.png
new file mode 100644
index 0000000..0503dc6
Binary files /dev/null and b/static/main/index/yzz.png differ
diff --git a/static/main/index/zzmj.png b/static/main/index/zzmj.png
new file mode 100644
index 0000000..5bab3ef
Binary files /dev/null and b/static/main/index/zzmj.png differ
diff --git a/static/main/login/bg.png b/static/main/login/bg.png
new file mode 100644
index 0000000..cfdf437
Binary files /dev/null and b/static/main/login/bg.png differ
diff --git a/static/main/login/mm.png b/static/main/login/mm.png
new file mode 100644
index 0000000..254bdc9
Binary files /dev/null and b/static/main/login/mm.png differ
diff --git a/static/main/login/sj.png b/static/main/login/sj.png
new file mode 100644
index 0000000..5aa194f
Binary files /dev/null and b/static/main/login/sj.png differ
diff --git a/static/main/login/yzm.png b/static/main/login/yzm.png
new file mode 100644
index 0000000..71f30e9
Binary files /dev/null and b/static/main/login/yzm.png differ
diff --git a/uni.scss b/uni.scss
index 52233b9..080dce0 100644
--- a/uni.scss
+++ b/uni.scss
@@ -17,6 +17,7 @@
/* 行为相关颜色 */
@import 'uview-plus/theme.scss';
$theme-main-color: #34D190;
+
$theme-bg-color: #EAF2EF;
$uni-color-primary: #007aff;
$uni-color-success: #4cd964;
diff --git a/yarn.lock b/yarn.lock
index 964f7de..9deedd4 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3,68 +3,68 @@
"@vue/devtools-api@^6.5.0":
- "integrity" "sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA=="
- "resolved" "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.5.1.tgz"
- "version" "6.5.1"
+ version "6.5.1"
+ resolved "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.5.1.tgz"
+ integrity sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==
-"clipboard@^2.0.11":
- "integrity" "sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw=="
- "resolved" "https://registry.npmjs.org/clipboard/-/clipboard-2.0.11.tgz"
- "version" "2.0.11"
+clipboard@^2.0.11:
+ version "2.0.11"
+ resolved "https://registry.npmjs.org/clipboard/-/clipboard-2.0.11.tgz"
+ integrity sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==
dependencies:
- "good-listener" "^1.2.2"
- "select" "^1.1.2"
- "tiny-emitter" "^2.0.0"
+ good-listener "^1.2.2"
+ select "^1.1.2"
+ tiny-emitter "^2.0.0"
-"dayjs@^1.11.3":
- "integrity" "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ=="
- "resolved" "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz"
- "version" "1.11.10"
+dayjs@^1.11.3:
+ version "1.11.10"
+ resolved "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz"
+ integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==
-"delegate@^3.1.2":
- "integrity" "sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw=="
- "resolved" "https://registry.npmjs.org/delegate/-/delegate-3.2.0.tgz"
- "version" "3.2.0"
+delegate@^3.1.2:
+ version "3.2.0"
+ resolved "https://registry.npmjs.org/delegate/-/delegate-3.2.0.tgz"
+ integrity sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==
-"good-listener@^1.2.2":
- "integrity" "sha512-goW1b+d9q/HIwbVYZzZ6SsTr4IgE+WA44A0GmPIQstuOrgsFcT7VEJ48nmr9GaRtNu0XTKacFLGnBPAM6Afouw=="
- "resolved" "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz"
- "version" "1.2.2"
+good-listener@^1.2.2:
+ version "1.2.2"
+ resolved "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz"
+ integrity sha512-goW1b+d9q/HIwbVYZzZ6SsTr4IgE+WA44A0GmPIQstuOrgsFcT7VEJ48nmr9GaRtNu0XTKacFLGnBPAM6Afouw==
dependencies:
- "delegate" "^3.1.2"
+ delegate "^3.1.2"
-"pinia@^2.0.33":
- "integrity" "sha512-HOj1yVV2itw6rNIrR2f7+MirGNxhORjrULL8GWgRwXsGSvEqIQ+SE0MYt6cwtpegzCda3i+rVTZM+AM7CG+kRg=="
- "resolved" "https://registry.npmmirror.com/pinia/-/pinia-2.0.33.tgz"
- "version" "2.0.33"
+pinia@^2.0.33:
+ version "2.0.33"
+ resolved "https://registry.npmmirror.com/pinia/-/pinia-2.0.33.tgz"
+ integrity sha512-HOj1yVV2itw6rNIrR2f7+MirGNxhORjrULL8GWgRwXsGSvEqIQ+SE0MYt6cwtpegzCda3i+rVTZM+AM7CG+kRg==
dependencies:
"@vue/devtools-api" "^6.5.0"
- "vue-demi" "*"
+ vue-demi "*"
-"select@^1.1.2":
- "integrity" "sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA=="
- "resolved" "https://registry.npmjs.org/select/-/select-1.1.2.tgz"
- "version" "1.1.2"
+select@^1.1.2:
+ version "1.1.2"
+ resolved "https://registry.npmjs.org/select/-/select-1.1.2.tgz"
+ integrity sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA==
-"tiny-emitter@^2.0.0":
- "integrity" "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q=="
- "resolved" "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz"
- "version" "2.1.0"
+tiny-emitter@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz"
+ integrity sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==
-"uview-plus@^3.1.38":
- "integrity" "sha512-sdEkDBdqhBuzJVDXR4ApzchtdZjaen2jK23h0Mp5VSLngWEPiOmWDwSBu66ZHbnM9n4xTzfip6t6cGRFhvIGRA=="
- "resolved" "https://registry.npmjs.org/uview-plus/-/uview-plus-3.1.38.tgz"
- "version" "3.1.38"
+uview-plus@^3.1.38:
+ version "3.1.38"
+ resolved "https://registry.npmjs.org/uview-plus/-/uview-plus-3.1.38.tgz"
+ integrity sha512-sdEkDBdqhBuzJVDXR4ApzchtdZjaen2jK23h0Mp5VSLngWEPiOmWDwSBu66ZHbnM9n4xTzfip6t6cGRFhvIGRA==
dependencies:
- "clipboard" "^2.0.11"
- "dayjs" "^1.11.3"
+ clipboard "^2.0.11"
+ dayjs "^1.11.3"
-"vue-demi@*":
- "integrity" "sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w=="
- "resolved" "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.6.tgz"
- "version" "0.14.6"
+vue-demi@*:
+ version "0.14.6"
+ resolved "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.6.tgz"
+ integrity sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==
"vue@^2.6.14 || ^3.2.0", "vue@^3.0.0-0 || ^2.6.0":
- "integrity" "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ=="
- "resolved" "https://registry.npmmirror.com/vue/-/vue-2.6.14.tgz"
- "version" "2.6.14"
+ version "2.6.14"
+ resolved "https://registry.npmmirror.com/vue/-/vue-2.6.14.tgz"
+ integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==