diff --git a/CHANGELOG.md b/CHANGELOG.md
index c1b53f0..7bd686e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# 0.1.0 (2022-01-19)
+# 0.1.0 (2022-01-20)
### 🌟 新功能
范围|描述|commitId
@@ -91,6 +91,7 @@
- | 试题接口 | [f8c137a](http://101.201.226.163:3000/binbin0314/yanyuan_js/commits/f8c137a)
- | 调整时间轴 | [82645be](http://101.201.226.163:3000/binbin0314/yanyuan_js/commits/82645be)
- | 距调整pc端 | [5069aa1](http://101.201.226.163:3000/binbin0314/yanyuan_js/commits/5069aa1)
+ - | 连接WiFi | [fb4cce5](http://101.201.226.163:3000/binbin0314/yanyuan_js/commits/fb4cce5)
- | 适配小程序 | [9e3c45d](http://101.201.226.163:3000/binbin0314/yanyuan_js/commits/9e3c45d)
- | 适配小程序;小程序登录 | [cefc0eb](http://101.201.226.163:3000/binbin0314/yanyuan_js/commits/cefc0eb)
- | 配置默认插件接口 | [f0c177d](http://101.201.226.163:3000/binbin0314/yanyuan_js/commits/f0c177d)
diff --git a/src/components/Wifi/Wifi.vue b/src/components/Wifi/Wifi.vue
index f119302..ef9ca4e 100644
--- a/src/components/Wifi/Wifi.vue
+++ b/src/components/Wifi/Wifi.vue
@@ -2,7 +2,7 @@
- 发送TCP
+ 确定
diff --git a/src/pagesProject/project/components/Evaluated/components/ProcessRestore - 副本.vue b/src/pagesProject/project/components/Evaluated/components/ProcessRestore - 副本.vue
deleted file mode 100644
index 93703c8..0000000
--- a/src/pagesProject/project/components/Evaluated/components/ProcessRestore - 副本.vue
+++ /dev/null
@@ -1,176 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/src/pagesProject/project/components/Evaluated/components/ProcessRestore.vue b/src/pagesProject/project/components/Evaluated/components/ProcessRestore.vue
index 56d0d16..1a71d3f 100644
--- a/src/pagesProject/project/components/Evaluated/components/ProcessRestore.vue
+++ b/src/pagesProject/project/components/Evaluated/components/ProcessRestore.vue
@@ -67,6 +67,7 @@ export default {
// points.forEach(item => {
// that.drawPath(item, width);
// });
+ console.log('points: ', points);
that.drawPath(points, width);
},
fail(error) {
@@ -89,7 +90,7 @@ export default {
return;
}
ctx.beginPath();
- ctx.setLineWidth(10);
+ ctx.setLineWidth(3);
ctx.setStrokeStyle('#1890ff');
const x = (+data[0][0] * width) / 155;
const y = (+data[0][1] * 450) / 194;
diff --git a/src/pagesYanyuan/wifi-binding/wifi-binding.vue b/src/pagesYanyuan/wifi-binding/wifi-binding.vue
index ad84b38..5871f15 100644
--- a/src/pagesYanyuan/wifi-binding/wifi-binding.vue
+++ b/src/pagesYanyuan/wifi-binding/wifi-binding.vue
@@ -10,18 +10,25 @@
WIFI密码
-
+
-
+
+
+ 联网说明:
+ 1.长按点读笔,进入配网模式
+ 2.切换手机wifi,连接ccsens_pen
+ 3.输入wifi名和密码,点击配置
+ 4.配网成功后,点读笔有灯闪烁
+