diff --git a/.idea/.gitignore b/.idea/.gitignore index 13566b8..80f4d59 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -6,3 +6,4 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml +unpackage diff --git a/manifest.json b/manifest.json index c95e0c5..64975c0 100644 --- a/manifest.json +++ b/manifest.json @@ -73,5 +73,14 @@ "uniStatistics" : { "enable" : false }, - "vueVersion" : "3" + "vueVersion" : "3", + "h5" : { + "router" : { + "base" : "", + "mode" : "hash" + }, + "devServer" : { + "https" : false + } + } } diff --git a/pages/chat/ChatInputArea.vue b/pages/chat/ChatInputArea.vue new file mode 100644 index 0000000..4c9ad88 --- /dev/null +++ b/pages/chat/ChatInputArea.vue @@ -0,0 +1,107 @@ +