diff --git a/src/apps/AppWalkask/AppWalkask.vue b/src/apps/AppWalkask/AppWalkask.vue index 3b69da03..c4969218 100644 --- a/src/apps/AppWalkask/AppWalkask.vue +++ b/src/apps/AppWalkask/AppWalkask.vue @@ -4,17 +4,20 @@
- +
-
+
- -
+ + + + +
@@ -22,7 +25,6 @@
-
@@ -62,7 +64,7 @@
-
1
+
1
@@ -75,14 +77,16 @@ diff --git a/src/apps/AppWalkask/components/images/icon1.png b/src/apps/AppWalkask/components/images/icon1.png new file mode 100644 index 00000000..a4a19c68 Binary files /dev/null and b/src/apps/AppWalkask/components/images/icon1.png differ diff --git a/src/apps/AppWalkask/components/images/icon2.png b/src/apps/AppWalkask/components/images/icon2.png new file mode 100644 index 00000000..c6f04638 Binary files /dev/null and b/src/apps/AppWalkask/components/images/icon2.png differ diff --git a/src/apps/AppWalkask/components/walkObject.vue b/src/apps/AppWalkask/components/walkObject.vue index 56adda1f..0dd8561f 100644 --- a/src/apps/AppWalkask/components/walkObject.vue +++ b/src/apps/AppWalkask/components/walkObject.vue @@ -61,8 +61,8 @@ export default { } }, computed: {}, - onLoad() {}, - onShow() {}, + created() {}, + mounted() {}, methods: { checkboxGroupChange(e) { console.log(1, e) diff --git a/src/components/AiAreaPicker.vue b/src/components/AiAreaPicker.vue new file mode 100644 index 00000000..67abc4fb --- /dev/null +++ b/src/components/AiAreaPicker.vue @@ -0,0 +1,222 @@ + + + + + diff --git a/src/manifest.json b/src/manifest.json index 440235d6..d837c157 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -28,7 +28,7 @@ "port": "10323", "proxy": { "/lan": { - "target": "http://192.168.1.34:19898", + "target": "http://192.168.1.87:9000", "changeOrigin": true, "pathRewrite": { "^/lan": "/" @@ -43,4 +43,4 @@ } } } -} \ No newline at end of file +}