提交代码
@@ -9,14 +9,20 @@ VUE_APP_BASE_API = '/systemapi'
|
|||||||
# BOE管理系统/开发环境
|
# BOE管理系统/开发环境
|
||||||
VUE_APP_BOE_BASE_API = '/uboeApi'
|
VUE_APP_BOE_BASE_API = '/uboeApi'
|
||||||
|
|
||||||
|
# 资源位的api
|
||||||
|
VUE_APP_CESOURCE_BASE_API = '/socialApi'
|
||||||
|
|
||||||
|
# 事件的api
|
||||||
|
VUE_APP_STAT_BASE_API = '/statApi'
|
||||||
|
|
||||||
# BOE系统网址
|
# BOE系统网址
|
||||||
VUE_APP_BOE_WEB_URL = 'https://u.boe.com'
|
VUE_APP_BOE_WEB_URL = 'http://192.168.0.11'
|
||||||
|
|
||||||
# BOE 移动端url
|
# BOE 移动端url
|
||||||
VUE_APP_BOE_MOBILE_URL = 'http://192.168.0.10:8082/mobile'
|
VUE_APP_BOE_MOBILE_URL = 'http://192.168.0.11:8082/mobile'
|
||||||
|
|
||||||
# File路径的基础url
|
# File路径的基础url
|
||||||
VUE_APP_FILE_BASE_URL = 'http://192.168.0.10:9090/cdn/upload'
|
VUE_APP_FILE_BASE_URL = 'http://192.168.0.11:9090/cdn/upload'
|
||||||
|
|
||||||
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
||||||
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
||||||
|
|||||||
14
.env.preview
@@ -1,7 +1,7 @@
|
|||||||
# 生产环境配置
|
# 生产环境配置
|
||||||
ENV = 'preview'
|
ENV = 'preview'
|
||||||
NODE_ENV= 'preview'
|
NODE_ENV= 'preview'
|
||||||
BASE_URL= '/pc/'
|
BASE_URL= '/pc-release/'
|
||||||
|
|
||||||
# 管理系统/生产环境
|
# 管理系统/生产环境
|
||||||
VUE_APP_BASE_API = '/systemapi-release'
|
VUE_APP_BASE_API = '/systemapi-release'
|
||||||
@@ -9,14 +9,20 @@ VUE_APP_BASE_API = '/systemapi-release'
|
|||||||
# BOE管理系统/开发环境
|
# BOE管理系统/开发环境
|
||||||
VUE_APP_BOE_BASE_API = '/uboeApi-release'
|
VUE_APP_BOE_BASE_API = '/uboeApi-release'
|
||||||
|
|
||||||
|
# 资源位的api
|
||||||
|
VUE_APP_CESOURCE_BASE_API = '/socialApi-release'
|
||||||
|
|
||||||
|
# 事件的api
|
||||||
|
VUE_APP_STAT_BASE_API = '/statApi-release'
|
||||||
|
|
||||||
# BOE系统网址,已经不再使用
|
# BOE系统网址,已经不再使用
|
||||||
VUE_APP_BOE_WEB_URL = 'https://u.boe.com/preview'
|
VUE_APP_BOE_WEB_URL = 'https://u.boe.com/web-release'
|
||||||
|
|
||||||
# BOE 移动端url
|
# BOE 移动端url
|
||||||
VUE_APP_BOE_MOBILE_URL = 'http://u.boe.com'
|
VUE_APP_BOE_MOBILE_URL = 'https://u.boe.com'
|
||||||
|
|
||||||
# File路径的基础url
|
# File路径的基础url
|
||||||
VUE_APP_FILE_BASE_URL='http://u.boe.com/upload'
|
VUE_APP_FILE_BASE_URL='https://u.boe.com/upload'
|
||||||
|
|
||||||
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
||||||
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
||||||
|
|||||||
@@ -9,14 +9,20 @@ VUE_APP_BASE_API = '/systemapi'
|
|||||||
# BOE管理系统/开发环境
|
# BOE管理系统/开发环境
|
||||||
VUE_APP_BOE_BASE_API = '/uboeApi'
|
VUE_APP_BOE_BASE_API = '/uboeApi'
|
||||||
|
|
||||||
|
# 资源位的api
|
||||||
|
VUE_APP_CESOURCE_BASE_API = '/socialApi'
|
||||||
|
|
||||||
|
# 事件的api
|
||||||
|
VUE_APP_STAT_BASE_API = '/statApi'
|
||||||
|
|
||||||
# BOE系统网址
|
# BOE系统网址
|
||||||
VUE_APP_BOE_WEB_URL = 'https://u.boe.com/production'
|
VUE_APP_BOE_WEB_URL = 'https://u.boe.com'
|
||||||
|
|
||||||
# BOE 移动端url
|
# BOE 移动端url
|
||||||
VUE_APP_BOE_MOBILE_URL = 'http://u.boe.com'
|
VUE_APP_BOE_MOBILE_URL = 'http://u.boe.com'
|
||||||
|
|
||||||
# File路径的基础url
|
# File路径的基础url
|
||||||
VUE_APP_FILE_BASE_URL='http://u-pre.boe.com/upload'
|
VUE_APP_FILE_BASE_URL='http://u.boe.com/upload'
|
||||||
|
|
||||||
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
||||||
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
||||||
@@ -25,4 +31,4 @@ VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
|||||||
VUE_APP_PUBLIC_PATH='/pc'
|
VUE_APP_PUBLIC_PATH='/pc'
|
||||||
|
|
||||||
# 登录地址
|
# 登录地址
|
||||||
VUE_APP_LOGIN_URL='https://u-pre.boe.com/web/'
|
VUE_APP_LOGIN_URL='https://u.boe.com/web/'
|
||||||
|
|||||||
12
.env.testing
@@ -9,14 +9,20 @@ VUE_APP_BASE_API = '/systemapi'
|
|||||||
# BOE管理系统/开发环境
|
# BOE管理系统/开发环境
|
||||||
VUE_APP_BOE_BASE_API = '/uboeApi'
|
VUE_APP_BOE_BASE_API = '/uboeApi'
|
||||||
|
|
||||||
|
# 资源位的api
|
||||||
|
VUE_APP_CESOURCE_BASE_API = '/socialApi'
|
||||||
|
|
||||||
|
# 事件的api
|
||||||
|
VUE_APP_STAT_BASE_API = '/statApi'
|
||||||
|
|
||||||
# BOE系统网址
|
# BOE系统网址
|
||||||
VUE_APP_BOE_WEB_URL = 'https://u-pre.boe.com/testing'
|
VUE_APP_BOE_WEB_URL = 'https://u-pre.boe.com'
|
||||||
|
|
||||||
# BOE 移动端url
|
# BOE 移动端url
|
||||||
VUE_APP_BOE_MOBILE_URL = 'http://u-pre.boe.com'
|
VUE_APP_BOE_MOBILE_URL = 'https://u-pre.boe.com'
|
||||||
|
|
||||||
# File路径的基础url
|
# File路径的基础url
|
||||||
VUE_APP_FILE_BASE_URL='http://u-pre.boe.com/upload'
|
VUE_APP_FILE_BASE_URL='https://u-pre.boe.com/upload'
|
||||||
|
|
||||||
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
||||||
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
||||||
|
|||||||
190
package-lock.json
generated
@@ -1249,6 +1249,29 @@
|
|||||||
"integrity": "sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==",
|
"integrity": "sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"@jridgewell/source-map": {
|
||||||
|
"version": "0.3.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz",
|
||||||
|
"integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@jridgewell/gen-mapping": "^0.3.0",
|
||||||
|
"@jridgewell/trace-mapping": "^0.3.9"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@jridgewell/gen-mapping": {
|
||||||
|
"version": "0.3.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
|
||||||
|
"integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@jridgewell/set-array": "^1.0.1",
|
||||||
|
"@jridgewell/sourcemap-codec": "^1.4.10",
|
||||||
|
"@jridgewell/trace-mapping": "^0.3.9"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"@jridgewell/sourcemap-codec": {
|
"@jridgewell/sourcemap-codec": {
|
||||||
"version": "1.4.13",
|
"version": "1.4.13",
|
||||||
"resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz",
|
"resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz",
|
||||||
@@ -1421,6 +1444,12 @@
|
|||||||
"@types/node": "*"
|
"@types/node": "*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"@types/html-minifier-terser": {
|
||||||
|
"version": "6.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
|
||||||
|
"integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"@types/http-proxy": {
|
"@types/http-proxy": {
|
||||||
"version": "1.17.9",
|
"version": "1.17.9",
|
||||||
"resolved": "https://registry.npmmirror.com/@types/http-proxy/-/http-proxy-1.17.9.tgz",
|
"resolved": "https://registry.npmmirror.com/@types/http-proxy/-/http-proxy-1.17.9.tgz",
|
||||||
@@ -3107,6 +3136,16 @@
|
|||||||
"integrity": "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==",
|
"integrity": "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"camel-case": {
|
||||||
|
"version": "4.1.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
|
||||||
|
"integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"pascal-case": "^3.1.2",
|
||||||
|
"tslib": "^2.0.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
"camelcase": {
|
"camelcase": {
|
||||||
"version": "6.3.0",
|
"version": "6.3.0",
|
||||||
"resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz",
|
"resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz",
|
||||||
@@ -4595,6 +4634,16 @@
|
|||||||
"domhandler": "^4.2.0"
|
"domhandler": "^4.2.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"dot-case": {
|
||||||
|
"version": "3.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
|
||||||
|
"integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"no-case": "^3.0.4",
|
||||||
|
"tslib": "^2.0.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
"dot-prop": {
|
"dot-prop": {
|
||||||
"version": "5.3.0",
|
"version": "5.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
|
||||||
@@ -6277,12 +6326,114 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"html-minifier-terser": {
|
||||||
|
"version": "6.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
|
||||||
|
"integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"camel-case": "^4.1.2",
|
||||||
|
"clean-css": "^5.2.2",
|
||||||
|
"commander": "^8.3.0",
|
||||||
|
"he": "^1.2.0",
|
||||||
|
"param-case": "^3.0.4",
|
||||||
|
"relateurl": "^0.2.7",
|
||||||
|
"terser": "^5.10.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"acorn": {
|
||||||
|
"version": "8.8.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz",
|
||||||
|
"integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
|
"clean-css": {
|
||||||
|
"version": "5.3.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.1.tgz",
|
||||||
|
"integrity": "sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"source-map": "~0.6.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"commander": {
|
||||||
|
"version": "8.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
|
||||||
|
"integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
|
"terser": {
|
||||||
|
"version": "5.15.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/terser/-/terser-5.15.1.tgz",
|
||||||
|
"integrity": "sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@jridgewell/source-map": "^0.3.2",
|
||||||
|
"acorn": "^8.5.0",
|
||||||
|
"commander": "^2.20.0",
|
||||||
|
"source-map-support": "~0.5.20"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"commander": {
|
||||||
|
"version": "2.20.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
|
||||||
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
||||||
|
"dev": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"html-tags": {
|
"html-tags": {
|
||||||
"version": "3.2.0",
|
"version": "3.2.0",
|
||||||
"resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-3.2.0.tgz",
|
"resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-3.2.0.tgz",
|
||||||
"integrity": "sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==",
|
"integrity": "sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"html-webpack-plugin": {
|
||||||
|
"version": "5.5.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz",
|
||||||
|
"integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@types/html-minifier-terser": "^6.0.0",
|
||||||
|
"html-minifier-terser": "^6.0.2",
|
||||||
|
"lodash": "^4.17.21",
|
||||||
|
"pretty-error": "^4.0.0",
|
||||||
|
"tapable": "^2.0.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"pretty-error": {
|
||||||
|
"version": "4.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
|
||||||
|
"integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"lodash": "^4.17.20",
|
||||||
|
"renderkid": "^3.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"renderkid": {
|
||||||
|
"version": "3.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz",
|
||||||
|
"integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"css-select": "^4.1.3",
|
||||||
|
"dom-converter": "^0.2.0",
|
||||||
|
"htmlparser2": "^6.1.0",
|
||||||
|
"lodash": "^4.17.21",
|
||||||
|
"strip-ansi": "^6.0.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tapable": {
|
||||||
|
"version": "2.2.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
|
||||||
|
"integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
|
||||||
|
"dev": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"htmlparser2": {
|
"htmlparser2": {
|
||||||
"version": "6.1.0",
|
"version": "6.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
|
||||||
@@ -7484,6 +7635,15 @@
|
|||||||
"integrity": "sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA==",
|
"integrity": "sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"lower-case": {
|
||||||
|
"version": "2.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
|
||||||
|
"integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"tslib": "^2.0.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
"lru-cache": {
|
"lru-cache": {
|
||||||
"version": "5.1.1",
|
"version": "5.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
||||||
@@ -7936,6 +8096,16 @@
|
|||||||
"integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
|
"integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"no-case": {
|
||||||
|
"version": "3.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
|
||||||
|
"integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"lower-case": "^2.0.2",
|
||||||
|
"tslib": "^2.0.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node-forge": {
|
"node-forge": {
|
||||||
"version": "0.10.0",
|
"version": "0.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
|
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
|
||||||
@@ -8445,6 +8615,16 @@
|
|||||||
"readable-stream": "^2.1.5"
|
"readable-stream": "^2.1.5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"param-case": {
|
||||||
|
"version": "3.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
|
||||||
|
"integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"dot-case": "^3.0.4",
|
||||||
|
"tslib": "^2.0.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
"parchment": {
|
"parchment": {
|
||||||
"version": "1.1.4",
|
"version": "1.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/parchment/-/parchment-1.1.4.tgz",
|
"resolved": "https://registry.npmjs.org/parchment/-/parchment-1.1.4.tgz",
|
||||||
@@ -8525,6 +8705,16 @@
|
|||||||
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"pascal-case": {
|
||||||
|
"version": "3.1.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
|
||||||
|
"integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"no-case": "^3.0.4",
|
||||||
|
"tslib": "^2.0.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
"pascalcase": {
|
"pascalcase": {
|
||||||
"version": "0.1.1",
|
"version": "0.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
|
||||||
|
|||||||
@@ -38,7 +38,9 @@
|
|||||||
"script-ext-html-webpack-plugin": "^2.1.5",
|
"script-ext-html-webpack-plugin": "^2.1.5",
|
||||||
"snowflake-id-js": "^1.0.1",
|
"snowflake-id-js": "^1.0.1",
|
||||||
"svg-sprite-loader": "^6.0.9",
|
"svg-sprite-loader": "^6.0.9",
|
||||||
|
"swiper": "^4.5.0",
|
||||||
"vue": "^2.6.11",
|
"vue": "^2.6.11",
|
||||||
|
"vue-awesome-swiper": "^3.1.3",
|
||||||
"vue-cookies": "^1.7.4",
|
"vue-cookies": "^1.7.4",
|
||||||
"vue-pdf": "^4.2.0",
|
"vue-pdf": "^4.2.0",
|
||||||
"vue-quill-editor": "^3.0.6",
|
"vue-quill-editor": "^3.0.6",
|
||||||
@@ -54,6 +56,7 @@
|
|||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"eslint": "^6.7.2",
|
"eslint": "^6.7.2",
|
||||||
"eslint-plugin-vue": "^6.2.2",
|
"eslint-plugin-vue": "^6.2.2",
|
||||||
|
"html-webpack-plugin": "^5.5.0",
|
||||||
"less": "^4.1.1",
|
"less": "^4.1.1",
|
||||||
"less-loader": "^6.2.0",
|
"less-loader": "^6.2.0",
|
||||||
"sass": "^1.32.13",
|
"sass": "^1.32.13",
|
||||||
|
|||||||
BIN
public/images/Durbg.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
public/images/Recent.png
Normal file
|
After Width: | Height: | Size: 855 B |
BIN
public/images/Uimg.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
public/images/artfoot.png
Normal file
|
After Width: | Height: | Size: 234 KiB |
BIN
public/images/article-banner.png
Normal file
|
After Width: | Height: | Size: 234 KiB |
BIN
public/images/back(1).png
Normal file
|
After Width: | Height: | Size: 901 B |
|
Before Width: | Height: | Size: 901 B After Width: | Height: | Size: 420 B |
BIN
public/images/case-banner.png
Normal file
|
After Width: | Height: | Size: 147 KiB |
BIN
public/images/close.png
Normal file
|
After Width: | Height: | Size: 867 B |
BIN
public/images/contact(1).png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 945 B |
BIN
public/images/contribute.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
public/images/cotedetel.png
Normal file
|
After Width: | Height: | Size: 415 B |
BIN
public/images/coteplay.png
Normal file
|
After Width: | Height: | Size: 311 B |
BIN
public/images/couresdetail.png
Normal file
|
After Width: | Height: | Size: 181 KiB |
BIN
public/images/course-banner.png
Normal file
|
After Width: | Height: | Size: 533 KiB |
BIN
public/images/daochubg.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
public/images/essay(1).png
Normal file
|
After Width: | Height: | Size: 686 B |
|
Before Width: | Height: | Size: 686 B After Width: | Height: | Size: 841 B |
BIN
public/images/expbg.png
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
public/images/explo(1).png
Normal file
|
After Width: | Height: | Size: 529 B |
|
Before Width: | Height: | Size: 529 B After Width: | Height: | Size: 643 B |
BIN
public/images/grade.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
public/images/homeWu/Pending.png
Normal file
|
After Width: | Height: | Size: 242 B |
BIN
public/images/homeWu/agency.png
Normal file
|
After Width: | Height: | Size: 812 B |
BIN
public/images/homeWu/book.png
Normal file
|
After Width: | Height: | Size: 117 KiB |
BIN
public/images/homeWu/gradebgimg.png
Normal file
|
After Width: | Height: | Size: 560 B |
BIN
public/images/homeWu/guide-bg.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
public/images/homeWu/interest.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
public/images/homeWu/man.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/images/homeWu/medal-bg-dlg.png
Normal file
|
After Width: | Height: | Size: 102 KiB |
BIN
public/images/homeWu/medal-day.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
public/images/homeWu/medal-del.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/images/homeWu/medal-good.png
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
public/images/homeWu/medal-study.png
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
public/images/homeWu/medal-up.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
public/images/homeWu/ni-dynamic.png
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
public/images/homeWu/no-answer.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
public/images/homeWu/no-article.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
public/images/homeWu/no-book.png
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
public/images/homeWu/no-case.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
public/images/homeWu/no-course.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
public/images/homeWu/no-follow.png
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
public/images/homeWu/no-madel.png
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
public/images/homeWu/no-note.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
public/images/homeWu/no-put.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
public/images/homeWu/personal-bgimg.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/images/homeWu/u-bg.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
public/images/homeWu/u-close.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
public/images/homeWu/u-wu.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/images/homeWu/woman.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
public/images/issue(1).png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 719 B |
BIN
public/images/jinian_medal.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/images/list-01.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
public/images/list-img.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
public/images/list-or.png
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
public/images/list-pink.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
public/images/list02.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/images/list03.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/images/list04.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/images/list05.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/images/listblue01.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/images/listblue010.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/images/listblue02.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/images/listblue03.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/images/listblue04.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/images/listblue05.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/images/listblue06.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/images/listblue07.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/images/listblue08.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
public/images/listblue09.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/images/listred01 .png
Normal file
|
After Width: | Height: | Size: 957 B |
BIN
public/images/listred02.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/images/listred03.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
public/images/login_medal.png
Normal file
|
After Width: | Height: | Size: 115 KiB |
|
Before Width: | Height: | Size: 151 KiB |
BIN
public/images/lvbg.png
Normal file
|
After Width: | Height: | Size: 560 B |
BIN
public/images/medal.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
public/images/no-note.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/images/nocase.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
public/images/nocouresimg.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
public/images/opinion(1).png
Normal file
|
After Width: | Height: | Size: 957 B |
|
Before Width: | Height: | Size: 957 B After Width: | Height: | Size: 594 B |
BIN
public/images/orgaimg.png
Normal file
|
After Width: | Height: | Size: 567 B |
BIN
public/images/phone.png
Normal file
|
After Width: | Height: | Size: 637 B |
BIN
public/images/playicon.png
Normal file
|
After Width: | Height: | Size: 208 B |
BIN
public/images/playtime.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
public/images/qa-banner.png
Normal file
|
After Width: | Height: | Size: 227 KiB |
BIN
public/images/qa-box.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
public/images/rank1.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/images/rank2.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
public/images/rank3.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
public/images/replyimg.png
Normal file
|
After Width: | Height: | Size: 410 B |