添加教程下载 和调整作品详情

This commit is contained in:
X1627315083
2024-07-08 16:07:04 +08:00
parent b6cb8e9bf0
commit dbf891bdf7
13 changed files with 191 additions and 16 deletions

View File

@@ -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"){