feat:随手拍新增

feature1.0
吴延福 2023-07-28 17:59:21 +08:00
parent 7ea37acb53
commit aa6fa96dcb
3 changed files with 4 additions and 2 deletions

View File

@ -5,9 +5,9 @@ VUE_APP_TITLE = 汉邦唐全真数字服务平台
# 网关地址 # 网关地址
VUE_APP_GATEWAY_URL="/prod-api" VUE_APP_GATEWAY_URL="/prod-api"
# 服务地址 # 服务地址
VUE_APP_BASE_API_URL="" VUE_APP_BASE_API_URL="http://119.45.186.133:8081"
# 服务前-- 请严格遵守格式 不允许换行 # 服务前-- 请严格遵守格式 不允许换行
VUE_APP_SERVICE_PREFIX= '{"knowledge":"/knowledge","system":"/system"}' VUE_APP_SERVICE_PREFIX= '{"knowledge":"/knowledge","system":"/system","file":"/file"}'
# 是否显示全部菜单 # 是否显示全部菜单
VUE_APP_ALL_MENU = false VUE_APP_ALL_MENU = false
# 微前端地址 # 微前端地址

View File

@ -1067,6 +1067,7 @@ export default class HiddenDangerManagerComponent extends BaseRecordComponent<an
public onSuccess(res,file,fileList){ public onSuccess(res,file,fileList){
console.log(fileList)
if(res.code===200){ if(res.code===200){
this.photoList.push({ this.photoList.push({
name:res.data.originalName, name:res.data.originalName,

View File

@ -18,6 +18,7 @@ module.exports = defineConfig({
} }
}, },
configureWebpack: { configureWebpack: {
devtool:"source-map",
plugins: [ plugins: [
// http://doc.hbt.vip/hbt-vue/other/faq.html#使用gzip解压缩静态文件 // http://doc.hbt.vip/hbt-vue/other/faq.html#使用gzip解压缩静态文件
new CompressionPlugin({ new CompressionPlugin({