Новый проект "GazTrends"
This commit is contained in:
@@ -145,11 +145,23 @@ const routes = [
|
||||
component: () => import("./components/PRB_FileControl.vue"),
|
||||
},
|
||||
|
||||
{
|
||||
path: "/GazTrends/BofGazTrend",
|
||||
name: "BofGazTrend",
|
||||
component: () => import("./components/GazTrends/BofGazTrend.vue"),
|
||||
beforeEnter(to, from, next) {
|
||||
axios.defaults.headers.post["project"] = "GazTrends";
|
||||
next();
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
path: "/stat",
|
||||
name: "Stat",
|
||||
component: () => import("./components/stat.vue"),
|
||||
},
|
||||
|
||||
|
||||
// {
|
||||
// path: "/about",
|
||||
// name: "About",
|
||||
|
||||
Reference in New Issue
Block a user