diff --git a/config/index.js b/config/index.js
index 0488f6b..9a5c1ba 100644
--- a/config/index.js
+++ b/config/index.js
@@ -1,10 +1,10 @@
const ENV = {
development: {
- BASE_URL: 'http://192.168.31.46:8080/api/v1',
+ BASE_URL: 'https://wx.nepiedg.top/api/v1',
MINI_PROGRAM_ID: 2
},
production: {
- BASE_URL: 'https://api.example.com/api/v1',
+ BASE_URL: 'https://wx.nepiedg.top/api/v1',
MINI_PROGRAM_ID: 2
}
}
diff --git a/pages/ai/index.vue b/pages/ai/index.vue
index 3e925a1..eed36ad 100644
--- a/pages/ai/index.vue
+++ b/pages/ai/index.vue
@@ -98,6 +98,7 @@