forked from xxhjsb/hbt-prevention-ui
feat:随手拍新增
parent
7ea37acb53
commit
aa6fa96dcb
|
@ -5,9 +5,9 @@ VUE_APP_TITLE = 汉邦唐全真数字服务平台
|
|||
# 网关地址
|
||||
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
|
||||
# 微前端地址
|
||||
|
|
|
@ -1067,6 +1067,7 @@ export default class HiddenDangerManagerComponent extends BaseRecordComponent<an
|
|||
|
||||
|
||||
public onSuccess(res,file,fileList){
|
||||
console.log(fileList)
|
||||
if(res.code===200){
|
||||
this.photoList.push({
|
||||
name:res.data.originalName,
|
||||
|
|
|
@ -18,6 +18,7 @@ module.exports = defineConfig({
|
|||
}
|
||||
},
|
||||
configureWebpack: {
|
||||
devtool:"source-map",
|
||||
plugins: [
|
||||
// http://doc.hbt.vip/hbt-vue/other/faq.html#使用gzip解压缩静态文件
|
||||
new CompressionPlugin({
|
||||
|
|
Loading…
Reference in New Issue