Browse Source

AI慕课” 统一都改成 “数字教师”

zhuf 1 year ago
parent
commit
13e75004cf
3 changed files with 5 additions and 5 deletions
  1. 1 1
      index.html
  2. 3 3
      src/main.ts
  3. 1 1
      src/pages/home/caiji/index.vue

+ 1 - 1
index.html

@@ -4,7 +4,7 @@
     <meta charset="UTF-8" />
     <link rel="icon" type="image/svg+xml" href="/vite.svg" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Ai慕课</title>
+    <title>数字教师</title>
   </head>
   <body class="m-0 p-0">
     <div id="app" class="h-screen w-screen bg-hex-22252f flex flex-col text-white overflow-y-scroll"></div>

+ 3 - 3
src/main.ts

@@ -12,8 +12,8 @@ import 'vant/es/image-preview/style';
 
 // import { urlParams } from '~/utils/utils'
 
-import VConsole from 'vconsole'
-new VConsole()
+// import VConsole from 'vconsole'
+// new VConsole()
 
 // const search = new URLSearchParams(location.search)
 // if (search.get('debug') || urlParams?.debug) {
@@ -23,4 +23,4 @@ new VConsole()
 const app = createApp(App)
 
 app.use(router)
-app.mount('#app')
+app.mount('#app')

+ 1 - 1
src/pages/home/caiji/index.vue

@@ -23,7 +23,7 @@ function routerToSycj() {
 </script>
 
 <template>
-  <van-nav-bar title="AI慕课采集"></van-nav-bar>
+  <van-nav-bar title="数字教师采集"></van-nav-bar>
   <div class="flex flex-col items-center space-y-6 px-24px py-18px">
     <div class="relative" @click="routerToSycj">
       <img :src="sy" alt="">