diff --git a/index.html b/index.html
index 6083515..7e878a8 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
School Management
-
+
diff --git a/src/Services/http.js b/src/Services/http.js
index a862f5d..12a3bdf 100644
--- a/src/Services/http.js
+++ b/src/Services/http.js
@@ -4,6 +4,7 @@ import store from '@/store/store'
export default () => {
return axios.create({
baseURL:'http://192.168.4.220:3002/v1',
+ // baseURL:'http://139.59.58.160:8001/v1',
headers: {
Authorization: `Bearer ${store.state.token}`
}
diff --git a/src/api/menu.js b/src/api/menu.js
index c2f29ec..fb359a6 100644
--- a/src/api/menu.js
+++ b/src/api/menu.js
@@ -44,11 +44,11 @@ const Menu = [
name: 'timeTable',
icon: 'event_note',
},
- // {
- // title: 'Notification',
- // name: 'notification',
- // icon: 'notifications_active',
- // },
+ {
+ title: 'Notification',
+ name: 'notification',
+ icon: 'notifications_active',
+ },
];
diff --git a/src/components/pageHeader/AppDrawer.vue b/src/components/pageHeader/AppDrawer.vue
index 2d6ce24..a498bcd 100644
--- a/src/components/pageHeader/AppDrawer.vue
+++ b/src/components/pageHeader/AppDrawer.vue
@@ -8,10 +8,10 @@
v-model="drawer"
width="260"
>
-
-
- School-Managament
-
+
+
+ School-Managament
+