create logs page
This commit is contained in:
+18
-14
@@ -1,9 +1,8 @@
|
||||
const webpack = require("webpack");
|
||||
|
||||
|
||||
const serverPort = 3756;
|
||||
|
||||
export default {
|
||||
|
||||
// Global page headers: https://go.nuxtjs.dev/config-head
|
||||
head: {
|
||||
title: "پورتال خبری استانداری",
|
||||
@@ -39,23 +38,32 @@ export default {
|
||||
type: "text/css",
|
||||
href: "/js/flipBook/flipbook.style.css",
|
||||
},
|
||||
{
|
||||
{
|
||||
rel: "stylesheet",
|
||||
type: "text/css",
|
||||
href: "/js/flipBook/font-awesome.css",
|
||||
},
|
||||
{ rel: 'stylesheet',
|
||||
href: 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js' }
|
||||
{
|
||||
rel: "stylesheet",
|
||||
href: "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js",
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
script: [
|
||||
{ src: "https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.js" },
|
||||
{ src: "https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js" },
|
||||
{
|
||||
src: "https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js",
|
||||
},
|
||||
{ src: "/js/flipBook/flipbook.min.js" },
|
||||
{ src: "/js/lightBox/simple-lightbox.min.js" },
|
||||
{ src: 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js', defer: true },
|
||||
{ src: 'https://cdnjs.cloudflare.com/ajax/libs/jquery-flipbook/1.0.5/jquery.flipbook.min.js', defer: true }
|
||||
{
|
||||
src: "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js",
|
||||
defer: true,
|
||||
},
|
||||
{
|
||||
src: "https://cdnjs.cloudflare.com/ajax/libs/jquery-flipbook/1.0.5/jquery.flipbook.min.js",
|
||||
defer: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
loading: "~/components/pageLoad.vue",
|
||||
@@ -68,7 +76,6 @@ export default {
|
||||
"~/assets/scss/main.scss",
|
||||
],
|
||||
|
||||
|
||||
// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
|
||||
plugins: [
|
||||
"@/plugins/element-ui",
|
||||
@@ -85,10 +92,7 @@ export default {
|
||||
],
|
||||
|
||||
// Auto import components: https://go.nuxtjs.dev/config-components
|
||||
components: [
|
||||
"~/components/",
|
||||
{ path: "~/components/admin/", prefix: "" },
|
||||
],
|
||||
components: ["~/components/", { path: "~/components/admin/", prefix: "" }],
|
||||
// Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
|
||||
buildModules: [],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user