From 45488286573c61d18a9dde6fd003b4c02c677c59 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Wed, 3 Sep 2025 10:34:04 +0800 Subject: [PATCH] up --- .env.development | 4 ++-- src/views/student/search.vue | 33 +-------------------------------- vue.config.js | 5 +++-- 3 files changed, 6 insertions(+), 36 deletions(-) diff --git a/.env.development b/.env.development index b9a7db1..ab5bc4b 100644 --- a/.env.development +++ b/.env.development @@ -2,8 +2,8 @@ ENV='development' # base api -VUE_APP_BASE_API=https://suzhoukeji-test.ali251.langye.net -VUE_APP_UPLOAD_API=https://suzhoukeji-test.ali251.langye.net/api/admin/upload-file +VUE_APP_BASE_API=https://www.sstbc.com +VUE_APP_UPLOAD_API=https://www.sstbc.com/api/admin/upload-file VUE_APP_PRO_API = https://www.sstbc.com diff --git a/src/views/student/search.vue b/src/views/student/search.vue index be25dfe..b2e7cfe 100644 --- a/src/views/student/search.vue +++ b/src/views/student/search.vue @@ -346,7 +346,6 @@ alltotal: 0, year_training_total:0, training_total:0, ->>>>>>> fe9b8489269f69b28902af35581539422dcf482c total: 0, searyear:'', table_item: [{ @@ -521,36 +520,6 @@ page_size: this.select.page_size, keyword: this.select.keyword, 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:'', mobile: this.select.mobile, company_name: this.select.company_name, @@ -691,4 +660,4 @@ } } - + \ No newline at end of file diff --git a/vue.config.js b/vue.config.js index 0ed7363..680480d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -27,7 +27,8 @@ module.exports = { * */ 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', css: { loaderOptions: { // 向 CSS 相关的 loader 传递选项 @@ -63,7 +64,7 @@ module.exports = { pathRewrite: { ['^' + process.env.VUE_APP_PRO_API]: process.env.VUE_APP_PRO_API } - }, + } } }, configureWebpack: {