lion 3 months ago
parent 0e90467fbe
commit 4548828657

@ -2,8 +2,8 @@
ENV='development' ENV='development'
# base api # base api
VUE_APP_BASE_API=https://suzhoukeji-test.ali251.langye.net VUE_APP_BASE_API=https://www.sstbc.com
VUE_APP_UPLOAD_API=https://suzhoukeji-test.ali251.langye.net/api/admin/upload-file VUE_APP_UPLOAD_API=https://www.sstbc.com/api/admin/upload-file
VUE_APP_PRO_API = https://www.sstbc.com VUE_APP_PRO_API = https://www.sstbc.com

@ -346,7 +346,6 @@
alltotal: 0, alltotal: 0,
year_training_total:0, year_training_total:0,
training_total:0, training_total:0,
>>>>>>> fe9b8489269f69b28902af35581539422dcf482c
total: 0, total: 0,
searyear:'', searyear:'',
table_item: [{ table_item: [{
@ -521,36 +520,6 @@
page_size: this.select.page_size, page_size: this.select.page_size,
keyword: this.select.keyword, keyword: this.select.keyword,
name: this.select.name, name: this.select.name,
year:this.select.year?this.select.year:'',
mobile: this.select.mobile,
company_name: this.select.company_name,
school: this.select.school,
start_birthday: this.select.start_birthday,
end_birthday: this.select.end_birthday,
start_company_date: this.select.start_company_date,
end_company_date: this.select.end_company_date,
course_name: this.select.course_name,
company_has_share: this.select.company_has_share,
company_need_fund: this.select.company_need_fund,
company_position: this.select.company_position,
company_area: this.select.company_area,
company_type: this.select.company_type,
company_industry: this.select.company_industry,
is_vip: this.select.is_vip,
courses_end_date: this.select.courses_end_date,
is_schoolmate: this.select.is_schoolmate,
education: this.select.education,
type: this.select.type,
status: this.select.status,
has_openid: this.select.has_openid,
course_type: this.select.course_type
})
this.list = res.list.data
this.total = res.list.total
this.year_total = res.year_total
this.year_training_total = res.year_training_total
this.training_total = res.training_total
=======
year:this.select.year?this.select.year:'', year:this.select.year?this.select.year:'',
mobile: this.select.mobile, mobile: this.select.mobile,
company_name: this.select.company_name, company_name: this.select.company_name,
@ -691,4 +660,4 @@
} }
} }
</style> </style>

@ -27,7 +27,8 @@ module.exports = {
* *
*/ */
publicPath: process.env.ENV === 'staging' ? '/admin' : '/admin', publicPath: process.env.ENV === 'staging' ? '/admin' : '/admin',
outputDir: '/Users/mac/Documents/朗业/2025/s-苏州科技商学院/wx.sstbc.com/public/admin', // outputDir: '/Users/mac/Documents/朗业/2025/s-苏州科技商学院/wx.sstbc.com/public/admin',
outputDir: '/Users/mac/Documents/朗业/2024/s-苏州科技商学院/wx.sstbc.com/public/admin',
assetsDir: 'static', assetsDir: 'static',
css: { css: {
loaderOptions: { // 向 CSS 相关的 loader 传递选项 loaderOptions: { // 向 CSS 相关的 loader 传递选项
@ -63,7 +64,7 @@ module.exports = {
pathRewrite: { pathRewrite: {
['^' + process.env.VUE_APP_PRO_API]: process.env.VUE_APP_PRO_API ['^' + process.env.VUE_APP_PRO_API]: process.env.VUE_APP_PRO_API
} }
}, }
} }
}, },
configureWebpack: { configureWebpack: {

Loading…
Cancel
Save