Browse Source

fix:修改AI接口调用

AmandaG 4 months ago
parent
commit
cc0db2138c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/Layout/src/components/Menu/MenuView.vue

+ 0 - 1
src/views/Layout/src/components/Menu/MenuView.vue

@@ -77,7 +77,6 @@ router.afterEach(() => {
 
 // 路由跳转函数
 const changeRouter = (path: any) => {
-  console.log(userStore.isLogin)
   if (path == '/PromptConfiguration') {
     emitter.emit('checkPrompt')
   } else {