diff --git a/.env.production b/.env.production index e795fa8..7a810b2 100644 --- a/.env.production +++ b/.env.production @@ -9,7 +9,7 @@ VITE_PUBLIC_PATH = /aixiaocaishen VITE_USE_MOCK = true #新数据接口 -# VITE_APP_API_BASE_URL = https://api.homilychart.com/link +VITE_APP_API_BASE_URL = https://dbqb.nfdxy.net/devLotApi # Whether to enable gzip or brotli compression # Optional: gzip | brotli | none diff --git a/README.md b/README.md index 3ea295f..784c4f5 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,6 @@ Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https:// npm install npm install vue-router npm install axios -npm install element-plus --save \ No newline at end of file +npm install element-plus --save +npm install pinia +npm install three \ No newline at end of file diff --git a/index.html b/index.html index 8388c4b..9996a66 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,8 @@