diff --git a/admin/src/config/index.ts b/admin/src/config/index.ts index 77a2db5e..1e5e9bdf 100644 --- a/admin/src/config/index.ts +++ b/admin/src/config/index.ts @@ -2,7 +2,7 @@ const config = { terminal: 1, //终端 title: '后台管理系统', //网站默认标题 version: '1.9.1', //版本号 - baseUrl: `${import.meta.env.VITE_APP_BASE_URL || 'http://localhost:8082'}/`, //请求接口域名 + baseUrl: `${import.meta.env.VITE_APP_BASE_URL || 'http://192.168.123.111:8082'}/`, //请求接口域名 localhost urlPrefix: 'adminapi', //请求默认前缀 timeout: 10 * 1000 //请求超时时长 } diff --git a/admin/src/views/teacher/teacher copy/edit.vue b/admin/src/views/teacher/teacher copy/edit.vue index 426640cc..1aa1269d 100644 --- a/admin/src/views/teacher/teacher copy/edit.vue +++ b/admin/src/views/teacher/teacher copy/edit.vue @@ -30,8 +30,7 @@ /> - - +