Commit 6742b826 authored by 小费同学阿's avatar 小费同学阿 💬

文章管理

parent 594d6dc0
...@@ -165,7 +165,7 @@ export const constantRoutes = [ ...@@ -165,7 +165,7 @@ export const constantRoutes = [
}, },
// 文章编辑路由 // 文章编辑路由
{ {
path: 'article-edit', path: 'article-edit/:id',
props: true, props: true,
component: () => import('@/views/article-management/article-edit'), component: () => import('@/views/article-management/article-edit'),
name: 'Article-edit', name: 'Article-edit',
......
...@@ -104,7 +104,7 @@ export default { ...@@ -104,7 +104,7 @@ export default {
data() { data() {
return { return {
// 图片访问 // 图片访问
baseURL: process.env.VUE_APP_BASE_API, baseURL: process.env.VUE_APP_TEST_API,
// 弹出层标题 // 弹出层标题
title: '', title: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment