diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..5fbe2ec Binary files /dev/null and b/dist.zip differ diff --git a/src/components/Admin/LoginAdmin.vue b/src/components/Admin/LoginAdmin.vue index 093ccbd..53810be 100644 --- a/src/components/Admin/LoginAdmin.vue +++ b/src/components/Admin/LoginAdmin.vue @@ -1,90 +1,196 @@ - 系统管理员登录界面 - - - + + 基于Ollama大模型的图书推荐系统 - - - - - - - - - - - - - 登录 + + 系统管理员登录 + - 重置 - - + + + + + + + + + 登录 + + + + + + + 管理员须知 + + 欢迎使用系统管理平台 + 请妥善保管您的管理员账号 + 如有问题请联系技术支持 + + + + + - - - - + + diff --git a/src/components/BookManage/LoginBookManage.vue b/src/components/BookManage/LoginBookManage.vue index 5f885c2..d8e9c45 100644 --- a/src/components/BookManage/LoginBookManage.vue +++ b/src/components/BookManage/LoginBookManage.vue @@ -1,91 +1,88 @@ - 图书管理员登录界面 - - - + + 基于Ollama大模型的图书推荐系统 + + + + + 图书管理员登录 + + + + + + + + + + 登录 + + + + + + + 管理员须知 + + 欢迎使用图书管理系统 + 请妥善保管您的管理员账号 + 如有问题请联系系统管理员 + + + + + - - - - - - - - - - - - - 登录 - - 重置 - - - - - - diff --git a/src/components/Login.vue b/src/components/Login.vue index ba31e60..da920bd 100644 --- a/src/components/Login.vue +++ b/src/components/Login.vue @@ -1,94 +1,88 @@ - 登录 - - - + + 基于Ollama大模型的图书推荐系统 - - - - - - - - - - - - - 登录 + + 用户登录 + - 重置 - - - - - - - + + + 系统公告 + + 欢迎使用基于Ollama大模型的图书推荐系统 + 本系统提供个性化图书推荐服务 + 如有问题请联系管理员 + + + + + diff --git a/src/main-dev.js b/src/main-dev.js index 2ab8710..ad914aa 100644 --- a/src/main-dev.js +++ b/src/main-dev.js @@ -40,7 +40,7 @@ Vue.use(vueBaberrage) //导入axios import axios from 'axios' //配置请求的根路径 -axios.defaults.baseURL = 'http://localhost:8889/api/' +axios.defaults.baseURL = 'https://book-api.shuguangwl.com:443/api/' Vue.prototype.$http = axios // const CancelToken = axios.CancelToken; // const source = CancelToken.source(); diff --git a/src/main-prod.js b/src/main-prod.js index 642f4e8..6a14b6b 100644 --- a/src/main-prod.js +++ b/src/main-prod.js @@ -36,7 +36,7 @@ Vue.use(vueBaberrage) //导入axios import axios from 'axios' //配置请求的根路径 -axios.defaults.baseURL = 'http://abc.xiaobaitiao.top:443/api/' +axios.defaults.baseURL = 'https://book-api.shuguangwl.com:443/api/' Vue.prototype.$http = axios // const CancelToken = axios.CancelToken; // const source = CancelToken.source();
欢迎使用系统管理平台
请妥善保管您的管理员账号
如有问题请联系技术支持
欢迎使用图书管理系统
如有问题请联系系统管理员
欢迎使用基于Ollama大模型的图书推荐系统
本系统提供个性化图书推荐服务
如有问题请联系管理员