update
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import React, { ReactNode } from "react";
|
||||
import Breadcrumb from "@/app/components/Breadcrumb";
|
||||
import Breadcrumb from "@/app/_components/Breadcrumb";
|
||||
|
||||
const breadcrumb = [
|
||||
{ href: "/", title: "首页" },
|
||||
|
@ -1,4 +1,4 @@
|
||||
import ArticleHeading from "@/app/components/ArticleHeading";
|
||||
import ArticleHeading from "@/app/_components/ArticleHeading";
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
@ -6,7 +6,7 @@ const Page = () => {
|
||||
<ArticleHeading text={"组织架构"} />
|
||||
<img
|
||||
className={"w-full"}
|
||||
src={`${process.env.NEXT_PUBLIC_ADMIN_BASE_URL}/uploads/image/20231030/5c0b98dc-cf76-49c3-a510-f2f197f7dd09.jpeg`}
|
||||
src={`${process.env.NEXT_PUBLIC_CLIENT_ADMIN_BASE_URL}/uploads/image/20231030/5c0b98dc-cf76-49c3-a510-f2f197f7dd09.jpeg`}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
@ -1,5 +1,5 @@
|
||||
import React, { ReactNode } from "react";
|
||||
import Breadcrumb from "@/app/components/Breadcrumb";
|
||||
import Breadcrumb from "@/app/_components/Breadcrumb";
|
||||
|
||||
const breadcrumb = [
|
||||
{ href: "/", title: "首页" },
|
||||
|
@ -1,4 +1,4 @@
|
||||
import ArticleHeading from "@/app/components/ArticleHeading";
|
||||
import ArticleHeading from "@/app/_components/ArticleHeading";
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
|
@ -1,5 +1,5 @@
|
||||
import React, { ReactNode } from "react";
|
||||
import Breadcrumb from "@/app/components/Breadcrumb";
|
||||
import Breadcrumb from "@/app/_components/Breadcrumb";
|
||||
|
||||
const breadcrumb = [
|
||||
{ href: "/", title: "首页" },
|
||||
|
@ -1,4 +1,4 @@
|
||||
import ArticleHeading from "@/app/components/ArticleHeading";
|
||||
import ArticleHeading from "@/app/_components/ArticleHeading";
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
|
@ -1,5 +1,5 @@
|
||||
import React, { ReactNode } from "react";
|
||||
import Breadcrumb from "@/app/components/Breadcrumb";
|
||||
import Breadcrumb from "@/app/_components/Breadcrumb";
|
||||
|
||||
const breadcrumb = [
|
||||
{ href: "/", title: "首页" },
|
||||
|
@ -1,4 +1,4 @@
|
||||
import ArticleHeading from "@/app/components/ArticleHeading";
|
||||
import ArticleHeading from "@/app/_components/ArticleHeading";
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import ArticleLayout from "@/app/components/ArticleLayout";
|
||||
import ArticleLayout from "@/app/_components/ArticleLayout";
|
||||
import { ReactNode } from "react";
|
||||
import { navigations } from "@/app/(introduce)/organization/(generally)/config";
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
import React, { ReactNode } from "react";
|
||||
import Breadcrumb from "@/app/components/Breadcrumb";
|
||||
import Breadcrumb from "@/app/_components/Breadcrumb";
|
||||
|
||||
const breadcrumb = [
|
||||
{ href: "/", title: "首页" },
|
||||
|
@ -1,4 +1,4 @@
|
||||
import ArticleHeading from "@/app/components/ArticleHeading";
|
||||
import ArticleHeading from "@/app/_components/ArticleHeading";
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
|
@ -1,5 +1,5 @@
|
||||
import React, { ReactNode } from "react";
|
||||
import Breadcrumb from "@/app/components/Breadcrumb";
|
||||
import Breadcrumb from "@/app/_components/Breadcrumb";
|
||||
|
||||
const breadcrumb = [
|
||||
{ href: "/", title: "首页" },
|
||||
|
@ -1,4 +1,4 @@
|
||||
import ArticleHeading from "@/app/components/ArticleHeading";
|
||||
import ArticleHeading from "@/app/_components/ArticleHeading";
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
|
@ -1,5 +1,5 @@
|
||||
import React, { ReactNode } from "react";
|
||||
import Breadcrumb from "@/app/components/Breadcrumb";
|
||||
import Breadcrumb from "@/app/_components/Breadcrumb";
|
||||
|
||||
const breadcrumb = [
|
||||
{ href: "/", title: "首页" },
|
||||
|
@ -1,4 +1,4 @@
|
||||
import ArticleHeading from "@/app/components/ArticleHeading";
|
||||
import ArticleHeading from "@/app/_components/ArticleHeading";
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user