|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div id="app" :class="{appNoWidth:$route.path == '/data'}">
|
|
|
|
|
|
+ <div id="app" :class="{appNoWidth:$route.path == '/data' || $route.path == '/note'}">
|
|
<!-- <div class="app_head" :class="{stuWidth:$route.path == '/student'}"> -->
|
|
<!-- <div class="app_head" :class="{stuWidth:$route.path == '/student'}"> -->
|
|
<!-- <div class="logo" @click="goTo('/course')"></div>
|
|
<!-- <div class="logo" @click="goTo('/course')"></div>
|
|
<span style="margin-left: 10px; color: #fff; font-weight: 600" @click="goTo('/course')"
|
|
<span style="margin-left: 10px; color: #fff; font-weight: 600" @click="goTo('/course')"
|