添加教程下载 和调整作品详情
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createApp,nextTick, } from 'vue'
|
||||
import { createApp,defineComponent,h } from 'vue'
|
||||
import App from './App.vue'
|
||||
import router from './router'
|
||||
import store from './store'
|
||||
@@ -19,6 +19,7 @@ import { Https } from "@/tool/https";
|
||||
// import "@/tool/fabric.min.js";
|
||||
const app = createApp(App);
|
||||
flexible()
|
||||
|
||||
import { getCookie, setCookie } from "@/tool/cookie";
|
||||
router.beforeEach((to, from, next) => {
|
||||
if(to.name == "login"){
|
||||
|
||||
Reference in New Issue
Block a user