diff --git a/.gitignore b/.gitignore index f7a5435..39127f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ +# 忽略提交文件 /unpackage -node_modules/ \ No newline at end of file +node_modules/ +.vscode/ +.hbuilderx/ \ No newline at end of file diff --git a/components/navseat.vue b/components/navseat.vue index 850b636..9afafdf 100644 --- a/components/navseat.vue +++ b/components/navseat.vue @@ -1,7 +1,7 @@