From 0a0e01138e0d9b6f370ae16ef1099e4c60d15c26 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 02 四月 2024 11:49:06 +0800 Subject: [PATCH] 新考核 --- src/views/system/publish/city/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/publish/index.vue b/src/views/system/publish/city/index.vue similarity index 99% copy from src/views/system/publish/index.vue copy to src/views/system/publish/city/index.vue index b508a11..f5368ee 100644 --- a/src/views/system/publish/index.vue +++ b/src/views/system/publish/city/index.vue @@ -326,7 +326,7 @@ </template> <script> -import { listPublish, getPublish, delPublish, addPublish, updatePublish } from "@/api/platform/publish"; +import { listPublish, getPublish, delPublish, addPublish, updatePublish } from "@/api/platform/check-publish"; import { templateSelect } from "@/api/platform/check-template"; export default { name: "Publish", -- Gitblit v1.8.0