mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -713,7 +713,7 @@
|
||||
v-if="docChecked == true"
|
||||
v-model:file-list="fileList"
|
||||
name="file"
|
||||
:action="process.env.VUE_APP_BASE_API + '/file/uploadunlimit'"
|
||||
:action="uploadAction"
|
||||
@change="handleChange"
|
||||
>
|
||||
<span
|
||||
@@ -1633,6 +1633,7 @@ export default {
|
||||
: location.href.slice(0, location.href.indexOf("/m")) + process.env.VUE_APP_FILE_PATH,
|
||||
isreload: true,
|
||||
TaskFaceImpStuvisible: false,
|
||||
uploadAction: process.env.VUE_APP_BASE_API + '/file/uploadunlimit'
|
||||
});
|
||||
|
||||
const levelList = reactive({
|
||||
|
||||
@@ -623,7 +623,7 @@
|
||||
v-if="attachSwitch == true"
|
||||
v-model:file-list="fileList"
|
||||
name="file"
|
||||
:action="process.env.VUE_APP_BASE_API + '/file/uploadunlimit'"
|
||||
:action="uploadAction"
|
||||
@change="handleChange2"
|
||||
>
|
||||
<span
|
||||
@@ -940,6 +940,7 @@ export default defineComponent({
|
||||
projectInfo: {},
|
||||
noticeContent: "",
|
||||
editFlag: false,
|
||||
uploadAction: process.env.VUE_APP_BASE_API + '/file/uploadunlimit'
|
||||
});
|
||||
const value = ref("");
|
||||
const textnum = "150";
|
||||
|
||||
@@ -1299,7 +1299,7 @@
|
||||
v-if="docChecked == true"
|
||||
v-model:file-list="fileList"
|
||||
name="file"
|
||||
:action="process.env.VUE_APP_BASE_API + '/file/uploadunlimit'"
|
||||
:action="uploadAction"
|
||||
@change="handleChange"
|
||||
>
|
||||
<span
|
||||
@@ -2744,6 +2744,7 @@ export default {
|
||||
ImpoterGroupLeaderV: false, //导入小组长抽屉
|
||||
certificatelist: [],
|
||||
fileUrl: process.env.VUE_APP_FILE_PATH,
|
||||
uploadAction: process.env.VUE_APP_BASE_API + '/file/uploadunlimit'
|
||||
});
|
||||
// 排行榜 - start
|
||||
// 积分排行榜 Top10
|
||||
|
||||
Reference in New Issue
Block a user