提交
@@ -9,14 +9,20 @@ VUE_APP_BASE_API = '/systemapi'
|
||||
# BOE管理系统/开发环境
|
||||
VUE_APP_BOE_BASE_API = '/uboeApi'
|
||||
|
||||
# 资源位的api
|
||||
VUE_APP_CESOURCE_BASE_API = '/socialApi'
|
||||
|
||||
# 事件的api
|
||||
VUE_APP_STAT_BASE_API = '/statApi'
|
||||
|
||||
# BOE系统网址
|
||||
VUE_APP_BOE_WEB_URL = 'https://u.boe.com'
|
||||
VUE_APP_BOE_WEB_URL = 'http://192.168.0.11'
|
||||
|
||||
# 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
|
||||
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的相对路径,加此项是为了不影响之前的路径配置
|
||||
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
||||
|
||||
14
.env.preview
@@ -1,7 +1,7 @@
|
||||
# 生产环境配置
|
||||
ENV = 'preview'
|
||||
NODE_ENV= 'preview'
|
||||
BASE_URL= '/pc/'
|
||||
BASE_URL= '/pc-release/'
|
||||
|
||||
# 管理系统/生产环境
|
||||
VUE_APP_BASE_API = '/systemapi-release'
|
||||
@@ -9,14 +9,20 @@ VUE_APP_BASE_API = '/systemapi-release'
|
||||
# BOE管理系统/开发环境
|
||||
VUE_APP_BOE_BASE_API = '/uboeApi-release'
|
||||
|
||||
# 资源位的api
|
||||
VUE_APP_CESOURCE_BASE_API = '/socialApi-release'
|
||||
|
||||
# 事件的api
|
||||
VUE_APP_STAT_BASE_API = '/statApi-release'
|
||||
|
||||
# BOE系统网址,已经不再使用
|
||||
VUE_APP_BOE_WEB_URL = 'https://u.boe.com/preview'
|
||||
VUE_APP_BOE_WEB_URL = 'https://u.boe.com/web-release'
|
||||
|
||||
# BOE 移动端url
|
||||
VUE_APP_BOE_MOBILE_URL = 'http://u.boe.com'
|
||||
VUE_APP_BOE_MOBILE_URL = 'https://u.boe.com'
|
||||
|
||||
# File路径的基础url
|
||||
VUE_APP_FILE_BASE_URL='http://u.boe.com/upload'
|
||||
VUE_APP_FILE_BASE_URL='https://u.boe.com/upload'
|
||||
|
||||
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
||||
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
||||
|
||||
@@ -9,14 +9,20 @@ VUE_APP_BASE_API = '/systemapi'
|
||||
# BOE管理系统/开发环境
|
||||
VUE_APP_BOE_BASE_API = '/uboeApi'
|
||||
|
||||
# 资源位的api
|
||||
VUE_APP_CESOURCE_BASE_API = '/socialApi'
|
||||
|
||||
# 事件的api
|
||||
VUE_APP_STAT_BASE_API = '/statApi'
|
||||
|
||||
# BOE系统网址
|
||||
VUE_APP_BOE_WEB_URL = 'https://u.boe.com/production'
|
||||
VUE_APP_BOE_WEB_URL = 'https://u.boe.com'
|
||||
|
||||
# BOE 移动端url
|
||||
VUE_APP_BOE_MOBILE_URL = 'http://u.boe.com'
|
||||
VUE_APP_BOE_MOBILE_URL = 'https://u.boe.com'
|
||||
|
||||
# File路径的基础url
|
||||
VUE_APP_FILE_BASE_URL='http://u-pre.boe.com/upload'
|
||||
VUE_APP_FILE_BASE_URL='https://u.boe.com/upload'
|
||||
|
||||
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
||||
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
||||
@@ -25,4 +31,4 @@ VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
||||
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管理系统/开发环境
|
||||
VUE_APP_BOE_BASE_API = '/uboeApi'
|
||||
|
||||
# 资源位的api
|
||||
VUE_APP_CESOURCE_BASE_API = '/socialApi'
|
||||
|
||||
# 事件的api
|
||||
VUE_APP_STAT_BASE_API = '/statApi'
|
||||
|
||||
# BOE系统网址
|
||||
VUE_APP_BOE_WEB_URL = 'https://u-pre.boe.com/testing'
|
||||
VUE_APP_BOE_WEB_URL = 'https://u-pre.boe.com'
|
||||
|
||||
# BOE 移动端url
|
||||
VUE_APP_BOE_MOBILE_URL = 'http://u-pre.boe.com'
|
||||
VUE_APP_BOE_MOBILE_URL = 'https://u-pre.boe.com'
|
||||
|
||||
# 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的相对路径,加此项是为了不影响之前的路径配置
|
||||
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
||||
|
||||
18658
package-lock.json
generated
@@ -38,7 +38,9 @@
|
||||
"script-ext-html-webpack-plugin": "^2.1.5",
|
||||
"snowflake-id-js": "^1.0.1",
|
||||
"svg-sprite-loader": "^6.0.9",
|
||||
"swiper": "^4.5.0",
|
||||
"vue": "^2.6.11",
|
||||
"vue-awesome-swiper": "^3.1.3",
|
||||
"vue-cookies": "^1.7.4",
|
||||
"vue-pdf": "^4.2.0",
|
||||
"vue-quill-editor": "^3.0.6",
|
||||
@@ -54,6 +56,7 @@
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
"html-webpack-plugin": "^5.5.0",
|
||||
"less": "^4.1.1",
|
||||
"less-loader": "^6.2.0",
|
||||
"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/gonggao/close1.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
public/images/gonggao/dlg_bg.png
Normal file
|
After Width: | Height: | Size: 101 KiB |
BIN
public/images/gonggao/dlg_bg_horn.png
Normal file
|
After Width: | Height: | Size: 101 KiB |
BIN
public/images/gonggao/dlg_bg_pen.png
Normal file
|
After Width: | Height: | Size: 88 KiB |
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 |