diff --git a/babel.config.js b/babel.config.js
new file mode 100755
index 0000000..e955840
--- /dev/null
+++ b/babel.config.js
@@ -0,0 +1,5 @@
+module.exports = {
+ presets: [
+ '@vue/cli-plugin-babel/preset'
+ ]
+}
diff --git a/jsconfig.json b/jsconfig.json
new file mode 100755
index 0000000..4aafc5f
--- /dev/null
+++ b/jsconfig.json
@@ -0,0 +1,19 @@
+{
+ "compilerOptions": {
+ "target": "es5",
+ "module": "esnext",
+ "baseUrl": "./",
+ "moduleResolution": "node",
+ "paths": {
+ "@/*": [
+ "src/*"
+ ]
+ },
+ "lib": [
+ "esnext",
+ "dom",
+ "dom.iterable",
+ "scripthost"
+ ]
+ }
+}
diff --git a/package.json b/package.json
new file mode 100755
index 0000000..989ba4c
--- /dev/null
+++ b/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "cooperation",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "serve": "vue-cli-service serve",
+ "build": "vue-cli-service build",
+ "lint": "vue-cli-service lint"
+ },
+ "dependencies": {
+ "core-js": "^3.8.3",
+ "primeicons": "^7.0.0",
+ "pug": "^3.0.3",
+ "pug-plain-loader": "^1.1.0",
+ "vue": "^3.2.13"
+ },
+ "devDependencies": {
+ "@babel/core": "^7.12.16",
+ "@babel/eslint-parser": "^7.12.16",
+ "@vue/cli-plugin-babel": "~5.0.0",
+ "@vue/cli-plugin-eslint": "~5.0.0",
+ "@vue/cli-service": "~5.0.0",
+ "eslint": "^7.32.0",
+ "eslint-plugin-vue": "^8.0.3",
+ "vue-cli-plugin-windicss": "~1.1.6"
+ }
+}
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100755
index 0000000..df36fcf
Binary files /dev/null and b/public/favicon.ico differ
diff --git a/public/index.html b/public/index.html
new file mode 100755
index 0000000..3e5a139
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+ <%= htmlWebpackPlugin.options.title %>
+
+
+
+
+
+
+
diff --git a/src/App.vue b/src/App.vue
new file mode 100755
index 0000000..1f31074
--- /dev/null
+++ b/src/App.vue
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
diff --git a/src/assets/logo.png b/src/assets/logo.png
new file mode 100755
index 0000000..f3d2503
Binary files /dev/null and b/src/assets/logo.png differ
diff --git a/src/components/PageArticle.vue b/src/components/PageArticle.vue
new file mode 100755
index 0000000..fe2053b
--- /dev/null
+++ b/src/components/PageArticle.vue
@@ -0,0 +1,28 @@
+
+main(class="bg-blue-500")
+ div(class="flex items-center justify-between p-4 text-white")
+ i.pi.pi-chevron-left
+ div(class="rounded-t-2xl bg-white py-3 px-2 pb-16 mt-1 pb-120")
+ div.flex.mb-2(class="items-center p-4")
+ i.pi.pi-star.mr-2.text-yellow-400
+ span(class="font-bold") 文章标题
+ div.px-4
+ p.my-2 xxx xxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxx xxx xxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxx
+ div(class="h-32 bg-blue-600 text-white rounded-md")
+ p.my-2 xxx xxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxx xxx xxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxx
+
+ span(class="font-sans text-gray-300 text-xs") 佚名
+ span(class="font-sans text-gray-300 text-xs ml-2") 2024-12-02
+
+
+
+
diff --git a/src/components/PageFile.vue b/src/components/PageFile.vue
new file mode 100755
index 0000000..67a9cbf
--- /dev/null
+++ b/src/components/PageFile.vue
@@ -0,0 +1,32 @@
+
+div(class="rounded-t-2xl bg-white py-3 px-2 pb-16 mt-6")
+ div.flex.mb-2
+ div.flex-1
+ //span(class="text-gray-400 font-bold") File download
+ div.flex
+ div(class="rounded-md flex p-1 px-4")
+ i.pi.pi-list
+ ul(class="flex flex-col gap-3")
+ li(v-for="(item, index) in data" :key="index" class="bg-white rounded-md flex shadow-lg py-2 px-4 shadow-gray-100")
+ div(class="flex gap-2 w-12 items-center")
+ div(class="w-8 h-8 bg-blue-500 rounded-xl text-white flex items-center justify-center")
+ i.pi.pi-file
+ div(class="flex gap-2 flex-1 flex-col")
+ div.flex.gap-2.items-center.text-gray-500.text-md
+ span.flex-1 {{ item.name }}
+ span.font-sans.text-gray-400.text-sm 1.25MB
+ span(class="font-sans text-gray-300 text-xs") 2024-12-02
+ div(class="font-sans text-xs text-gray-300 flex items-center justify-center py-6")
+ span 没有更多了..
+
+
+
diff --git a/src/components/PageHome.vue b/src/components/PageHome.vue
new file mode 100644
index 0000000..36934c6
--- /dev/null
+++ b/src/components/PageHome.vue
@@ -0,0 +1,86 @@
+
+main(class="bg-white rounded-t-xl mt-17 p-4 pt-28 shadow-gray-200 relative")
+ // 功能导航
+ div(class="bg-white rounded-xl shadow-md mt-6 p-6 -top-22 shadow-gray-200 w-78 absolute")
+ div(class="flex flex-row gap-1")
+ div(class="flex flex-col gap-1" v-for="item in 22" :key="item")
+ div.bg-blue-500.w-2.h-2(:style="{opacity: opacity()}" v-for="x in 7" :key="x")
+ ul(class="flex flex-wrap mt-3 gap-2 justify-around")
+ li(v-for="item in 功能" :key="item.name" class="flex flex-col justify-center items-center")
+ div(class="rounded-xl bg-blue-500 h-8 w-8 flex justify-center items-center text-white")
+ i.pi.pi-box
+ span(class="font-sans text-xs mt-1") {{ item.name }}
+ // 我的任务
+ div(class="rounded-md shadow-md mt-6 p-6 shadow-gray-200 bg-white" v-for="x in 2" :key="x")
+ div(class="flex flex-row flex-nowrap")
+ div(class="font-bold flex-1 text-sm") 项目 (待处理, 已处理(传递))
+ div(class="text-xs") 查看更多
+ div
+ ul
+ li(v-for="item in 会议" :key="item.name" class="flex mt-1" @click="click()")
+ span(class="font-sans text-sm pl-1 mr-2") {{ item.name }}
+ span(class="font-sans text-xs text-gray-300 pl-1") {{ item.time }}
+ div(class="font-sans text-xs text-gray-300 flex items-center justify-center py-6")
+ span 没有更多了..
+ PageArticle(v-if="article.show")
+
+
+
\ No newline at end of file
diff --git a/src/components/PageQiye.vue b/src/components/PageQiye.vue
new file mode 100755
index 0000000..ea7c94d
--- /dev/null
+++ b/src/components/PageQiye.vue
@@ -0,0 +1,58 @@
+
+main(class="bg-white rounded-t-xl mt-6 p-4 pt-4 shadow-gray-200 relative")
+ div(class="rounded-md shadow-md mt-6 p-6 shadow-gray-200")
+ div(class="mb-2")
+ ul(class="flex flex-row flex-nowrap gap-2 bg-blue-500 bg-opacity-20 rounded-md justify-around")
+ li(
+ v-for="item in data" :key="item.name"
+ class="rounded-md cursor-pointer font-sans text-sm py-2 px-3"
+ :class="{'bg-blue-500': item.name === '企业简介', 'text-white': item.name === '企业简介'}"
+ ) {{ item.name }}
+ div
+ ul
+ li(v-for="article in articles" :key="article.name")
+ span(class="font-sans text-sm mr-2") {{ article.name }}
+ time(:datetime="article.date" class="font-sans text-xs text-gray-300") {{ article.date }}
+ div(class="flex flex-row flex-nowrap justify-between items-center")
+ div(class="flex flex-row flex-nowrap gap-2")
+ // 各项列表
+ div.rounded-md.shadow-md.mt-6.p-6.shadow-gray-200(v-for="item in list" :key="item.name")
+ div.flex.flex-row.flex-nowrap
+ div.flex-1.font-bold.text-sm {{ item.name }}
+ div.text-xs 查看更多
+ div
+ ul
+ li(v-for="article in articles" :key="article.name")
+ span.text-sm {{ article.name }}
+ time.font-sans.text-xs.text-gray-300.ml-1(:datetime="article.date") {{ article.date }}
+ div(class="font-sans text-xs text-gray-300 flex items-center justify-center py-6")
+ span 没有更多了..
+
+
+
diff --git a/src/components/PageWeibo.vue b/src/components/PageWeibo.vue
new file mode 100755
index 0000000..487da02
--- /dev/null
+++ b/src/components/PageWeibo.vue
@@ -0,0 +1,42 @@
+
+main(class="bg-white rounded-t-xl mt-6 p-4 pt-4 shadow-gray-200 relative")
+ div.rounded-xl.overflow-hidden.relative
+ textarea(cols="30", rows="3", class="rounded-xl bg-gray-100 border-0 tracking-wide w-full text-2xl placeholder:text-gray-400 focus:outline-none focus:ring-0")
+ button(class="bg-blue-500 rounded-md text-white px-2 py-1 text-sm absolute bottom-4 right-2") Submit
+ div.pt-2
+ div.flex.flex-row-reverse
+ div(class="rounded-md flex p-1 px-4")
+ i.pi.pi-list
+ ul(class="flex gap-3 flex-col py-4")
+ li(v-for="item in data" :key="item.id" class="bg-white rounded-xl flex shadow-lg p-2 shadow-gray-100")
+ div(class="flex justify-center")
+ div(class="bg-blue-500 w-8 h-8 rounded-full mt-2")
+ div(class="flex flex-col ml-2")
+ div
+ span(class="text-gray-500") user_name
+ span(class="text-gray-400 text-sm ml-2") 2 hours ago
+ div
+ p(class="text-gray-500") xxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxx xxxxxxxxxxxxxx xxxx
+ div(class="font-sans text-xs text-gray-300 flex items-center justify-center py-6")
+ span 没有更多了..
+
+
+
diff --git a/src/main.js b/src/main.js
new file mode 100755
index 0000000..e86aa81
--- /dev/null
+++ b/src/main.js
@@ -0,0 +1,6 @@
+import { createApp } from 'vue'
+import App from './App.vue'
+import 'primeicons/primeicons.css'
+import 'windi.css'
+
+createApp(App).mount('#app')
diff --git a/vue.config.js b/vue.config.js
new file mode 100755
index 0000000..6596a0b
--- /dev/null
+++ b/vue.config.js
@@ -0,0 +1,5 @@
+const { defineConfig } = require('@vue/cli-service')
+module.exports = defineConfig({
+ transpileDependencies: true,
+ lintOnSave: false
+})