Merge branches 'develop' and 'develop' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage into develop

This commit is contained in:
zhangyc
2022-12-20 00:15:51 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ export default defineComponent({
const store = useStore();
const isLogin = ref(false);
// console.log("router", router.getRoutes(), route);
console.log("版本0.9.17------------");
console.log("版本0.9.18------------");
const routes = computed(() => {
return router.getRoutes().filter((e) => e.meta?.isLink);
});

View File

@@ -138,7 +138,7 @@ export async function request(_url, params) {
}
}
const body = method !== 'get' ? params || {} : {}
// url = process.env.VUE_APP_BOE_API_URL + url
url = process.env.VUE_APP_BOE_API_URL + url
return fetch(url, {
method,
headers: {

View File

@@ -119,7 +119,7 @@ export default {
// console.log(res);
if (res.data.code === 200) {
message.destroy();
message.success("发布成功");
// message.success("发布成功");
state.noticeContent1 =
res.data.data.notice == "" ? "暂无公告" : res.data.data.notice;
handleCancel();