diff --git a/.env b/.env index d23d0f3..94bb540 100644 --- a/.env +++ b/.env @@ -4,3 +4,4 @@ # 默认模板 ID NUXT_PUBLIC_TEMPLATE_ID=template-07 + NUXT_PUBLIC_MODULES_API_BASE=http://127.0.0.1:9200/api \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b63b02c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +node_modules +.nuxt +.output +.data +dist