初次提交
4
.browserslistrc
Normal file
@ -0,0 +1,4 @@
|
||||
> 1%
|
||||
last 2 versions
|
||||
not dead
|
||||
not ie 11
|
17
.eslintrc.js
Normal file
@ -0,0 +1,17 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
node: true
|
||||
},
|
||||
'extends': [
|
||||
'plugin:vue/vue3-essential',
|
||||
'eslint:recommended'
|
||||
],
|
||||
parserOptions: {
|
||||
parser: '@babel/eslint-parser'
|
||||
},
|
||||
rules: {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
|
||||
}
|
||||
}
|
23
.gitignore
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
5
babel.config.js
Normal file
@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
'@vue/cli-plugin-babel/preset'
|
||||
]
|
||||
}
|
19
jsconfig.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "esnext",
|
||||
"baseUrl": "./",
|
||||
"moduleResolution": "node",
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"src/*"
|
||||
]
|
||||
},
|
||||
"lib": [
|
||||
"esnext",
|
||||
"dom",
|
||||
"dom.iterable",
|
||||
"scripthost"
|
||||
]
|
||||
}
|
||||
}
|
20441
package-lock.json
generated
Normal file
30
package.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "lyg-jng-new",
|
||||
"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",
|
||||
"element-plus": "^2.6.3",
|
||||
"vue": "^3.2.13",
|
||||
"vue-router": "^4.0.3",
|
||||
"vuex": "^4.0.0"
|
||||
},
|
||||
"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-plugin-router": "~5.0.0",
|
||||
"@vue/cli-plugin-vuex": "~5.0.0",
|
||||
"@vue/cli-service": "~5.0.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-plugin-vue": "^8.0.3",
|
||||
"sass": "^1.32.7",
|
||||
"sass-loader": "^12.0.0"
|
||||
}
|
||||
}
|
BIN
public/favicon.ico
Normal file
After Width: | Height: | Size: 4.2 KiB |
17
public/index.html
Normal file
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
</html>
|
26
src/App.vue
Normal file
@ -0,0 +1,26 @@
|
||||
<template>
|
||||
<router-view/>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
#app {
|
||||
font-family: Avenir, Helvetica, Arial, sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
text-align: center;
|
||||
color: #2c3e50;
|
||||
}
|
||||
|
||||
nav {
|
||||
padding: 30px;
|
||||
|
||||
a {
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
|
||||
&.router-link-exact-active {
|
||||
color: #42b983;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
BIN
src/assets/imgs/.gitignore.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
src/assets/imgs/1.jpg
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
src/assets/imgs/2.jpg
Normal file
After Width: | Height: | Size: 886 KiB |
BIN
src/assets/imgs/2a82455ffaf66d4d9a9748ccaab23bca.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
src/assets/imgs/2a82455ffaf66d4d9a9748ccaab23bca@2x.png
Normal file
After Width: | Height: | Size: 113 KiB |
BIN
src/assets/imgs/3.jpg
Normal file
After Width: | Height: | Size: 807 KiB |
BIN
src/assets/imgs/887caabd2fb8f012f906f2ce7a8ef90c.png
Normal file
After Width: | Height: | Size: 67 KiB |
BIN
src/assets/imgs/887caabd2fb8f012f906f2ce7a8ef90c@2x.png
Normal file
After Width: | Height: | Size: 229 KiB |
BIN
src/assets/imgs/_arror left.png
Normal file
After Width: | Height: | Size: 137 B |
BIN
src/assets/imgs/_arror right.png
Normal file
After Width: | Height: | Size: 152 B |
BIN
src/assets/imgs/bb179522699cb1bcd77b8605a8594551.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
src/assets/imgs/bb179522699cb1bcd77b8605a8594551@2x.png
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
src/assets/imgs/blueback.png
Normal file
After Width: | Height: | Size: 222 KiB |
BIN
src/assets/imgs/cnFooter.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
src/assets/imgs/enFooter.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
src/assets/imgs/home1_05 拷贝.png
Normal file
After Width: | Height: | Size: 227 KiB |
BIN
src/assets/imgs/img-back.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/assets/imgs/jpFooter.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/assets/imgs/krFooter.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
src/assets/imgs/logo.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
src/assets/imgs/map.png
Normal file
After Width: | Height: | Size: 550 KiB |
BIN
src/assets/imgs/map@2x.png
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
src/assets/imgs/middleImg.jpg
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
src/assets/imgs/moviepic.png
Normal file
After Width: | Height: | Size: 238 KiB |
BIN
src/assets/imgs/qmjyl.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
src/assets/imgs/single star.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
src/assets/imgs/single-star@2x.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
src/assets/imgs/swiper1.jpg
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
src/assets/imgs/swiper2.jpg
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
src/assets/imgs/swiper3.jpg
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
src/assets/imgs/swiper4.jpg
Normal file
After Width: | Height: | Size: 81 KiB |
BIN
src/assets/imgs/swiper5.jpg
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
src/assets/imgs/swiper6.jpg
Normal file
After Width: | Height: | Size: 59 KiB |
BIN
src/assets/imgs/wxewm.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
src/assets/imgs/yyfw.jpg
Normal file
After Width: | Height: | Size: 2.9 MiB |
BIN
src/assets/imgs/yyfw.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/assets/imgs/主题教育栏目.jpg
Normal file
After Width: | Height: | Size: 2.5 MiB |
BIN
src/assets/imgs/互动留言.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
src/assets/imgs/互动留言@2x.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
src/assets/imgs/侧边.jpg
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
src/assets/imgs/侧边右侧.jpg
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
src/assets/imgs/停止.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
src/assets/imgs/公告栏.jpg
Normal file
After Width: | Height: | Size: 2.5 MiB |
BIN
src/assets/imgs/参观指南.jpg
Normal file
After Width: | Height: | Size: 2.5 MiB |
BIN
src/assets/imgs/参观指南.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
src/assets/imgs/后退.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
src/assets/imgs/图层 100.png
Normal file
After Width: | Height: | Size: 207 KiB |
BIN
src/assets/imgs/图层 100@2x.png
Normal file
After Width: | Height: | Size: 589 KiB |
BIN
src/assets/imgs/图层 103.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
src/assets/imgs/图层 103@2x.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
src/assets/imgs/图层 104.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/assets/imgs/图层 104@2x.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
src/assets/imgs/图层 105.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
src/assets/imgs/图层 105@2x.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
src/assets/imgs/图层 107.png
Normal file
After Width: | Height: | Size: 309 KiB |
BIN
src/assets/imgs/图层 107@2x.png
Normal file
After Width: | Height: | Size: 1001 KiB |
BIN
src/assets/imgs/图层 108.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
src/assets/imgs/图层 109.png
Normal file
After Width: | Height: | Size: 300 B |
BIN
src/assets/imgs/图层 109@2x.png
Normal file
After Width: | Height: | Size: 724 B |
BIN
src/assets/imgs/图层 111(1).png
Normal file
After Width: | Height: | Size: 222 KiB |
BIN
src/assets/imgs/图层 111.png
Normal file
After Width: | Height: | Size: 626 KiB |
BIN
src/assets/imgs/图层 111@2x(1).png
Normal file
After Width: | Height: | Size: 690 KiB |
BIN
src/assets/imgs/图层 111@2x.png
Normal file
After Width: | Height: | Size: 2.0 MiB |
BIN
src/assets/imgs/图层 117.png
Normal file
After Width: | Height: | Size: 7.0 KiB |
BIN
src/assets/imgs/图层 119.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
src/assets/imgs/图层 121.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
src/assets/imgs/图层 16 拷贝 2.png
Normal file
After Width: | Height: | Size: 91 B |
BIN
src/assets/imgs/图层 16 拷贝 2@2x.png
Normal file
After Width: | Height: | Size: 99 B |
BIN
src/assets/imgs/图层 16 拷贝.png
Normal file
After Width: | Height: | Size: 91 B |
BIN
src/assets/imgs/图层 16 拷贝@2x.png
Normal file
After Width: | Height: | Size: 99 B |
BIN
src/assets/imgs/图层 16.png
Normal file
After Width: | Height: | Size: 91 B |
BIN
src/assets/imgs/图层 16@2x.png
Normal file
After Width: | Height: | Size: 99 B |
BIN
src/assets/imgs/图层 19.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
src/assets/imgs/图层 19@2x.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
src/assets/imgs/图层 20.png
Normal file
After Width: | Height: | Size: 405 KiB |
BIN
src/assets/imgs/图层 20@2x.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
src/assets/imgs/图层 21.png
Normal file
After Width: | Height: | Size: 641 B |
BIN
src/assets/imgs/图层 21@2x.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
src/assets/imgs/图层 22 拷贝 2.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/imgs/图层 22 拷贝 2@2x.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
src/assets/imgs/图层 22 拷贝 3.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/imgs/图层 22 拷贝 3@2x.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
src/assets/imgs/图层 22 拷贝.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/imgs/图层 22 拷贝@2x.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
src/assets/imgs/图层 22.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/imgs/图层 22@2x.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
src/assets/imgs/图层 24.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
src/assets/imgs/图层 24@2x.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
src/assets/imgs/图层 25.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
src/assets/imgs/图层 25@2x.png
Normal file
After Width: | Height: | Size: 3.5 KiB |