diff --git a/.env.development b/.env.development index cf77dd5..0796729 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ -VITE_API_BASE_URL = "https://dbqb.legu168.cn/adminApi" +VITE_API_BASE_URL = "http://dcapi.homilychart.com/deepchart" VITE_API_BASE_URL_LINK = "http://39.101.133.168:8828" \ No newline at end of file diff --git a/.env.production b/.env.production index aa59521..3b601ad 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ -VITE_API_BASE_URL = "https://dbqb.legu168.cn/adminApi" +VITE_API_BASE_URL = "http://dcapi.homilychart.com/deepchart" VITE_API_BASE_URL_LINK = "https://api.homilychart.com" \ No newline at end of file diff --git a/.env.test b/.env.test index 3e219ee..1ff8fdf 100644 --- a/.env.test +++ b/.env.test @@ -1,2 +1,2 @@ -VITE_API_BASE_URL = "https://dbqb.legu168.cn/adminApi" +VITE_API_BASE_URL = "http://dcapi.homilychart.com/deepchart" VITE_API_BASE_URL_LINK = "http://39.101.133.168:8828"