Новый проект "GazTrends"

This commit is contained in:
2026-01-13 13:14:45 +03:00
parent e77fb87333
commit 6ed75ba834
3 changed files with 1166 additions and 0 deletions

View File

@@ -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",