From a5b5d2a24b846196d0561d1fffd8497c1db17ebe Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Fri, 20 Oct 2023 17:44:23 +0800 Subject: [PATCH] . --- .../modules/book/talkBook-add-or-update.vue | 439 ++++++++++++++++++ src/views/modules/book/talkBook.vue | 213 +++++++++ static/config/index.js | 4 +- 3 files changed, 654 insertions(+), 2 deletions(-) create mode 100644 src/views/modules/book/talkBook-add-or-update.vue create mode 100644 src/views/modules/book/talkBook.vue diff --git a/src/views/modules/book/talkBook-add-or-update.vue b/src/views/modules/book/talkBook-add-or-update.vue new file mode 100644 index 0000000..d9766be --- /dev/null +++ b/src/views/modules/book/talkBook-add-or-update.vue @@ -0,0 +1,439 @@ + + + + + diff --git a/src/views/modules/book/talkBook.vue b/src/views/modules/book/talkBook.vue new file mode 100644 index 0000000..170703b --- /dev/null +++ b/src/views/modules/book/talkBook.vue @@ -0,0 +1,213 @@ + + + + \ No newline at end of file diff --git a/static/config/index.js b/static/config/index.js index dc5c9f1..1498d37 100644 --- a/static/config/index.js +++ b/static/config/index.js @@ -7,9 +7,9 @@ // api接口请求地址 // window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; // window.SITE_CONFIG['baseUrl'] = 'http://59.110.212.44:9200/pb'; - window.SITE_CONFIG['baseUrl'] = 'https://testapi.nuttyreading.com'; // 线上测试环境 + // window.SITE_CONFIG['baseUrl'] = 'https://testapi.nuttyreading.com'; // 线上测试环境 // window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境 - // window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.38:9200/pb'; + window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.38:9200/pb'; // window.SITE_CONFIG['baseUrl'] = 'http://59.110.212.44:9200/pb'; // cdn地址 = 域名 + 版本号