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-if="docChecked == true"
|
||||||
v-model:file-list="fileList"
|
v-model:file-list="fileList"
|
||||||
name="file"
|
name="file"
|
||||||
:action="process.env.VUE_APP_BASE_API + '/file/uploadunlimit'"
|
:action="uploadAction"
|
||||||
@change="handleChange"
|
@change="handleChange"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
@@ -1633,6 +1633,7 @@ export default {
|
|||||||
: location.href.slice(0, location.href.indexOf("/m")) + process.env.VUE_APP_FILE_PATH,
|
: location.href.slice(0, location.href.indexOf("/m")) + process.env.VUE_APP_FILE_PATH,
|
||||||
isreload: true,
|
isreload: true,
|
||||||
TaskFaceImpStuvisible: false,
|
TaskFaceImpStuvisible: false,
|
||||||
|
uploadAction: process.env.VUE_APP_BASE_API + '/file/uploadunlimit'
|
||||||
});
|
});
|
||||||
|
|
||||||
const levelList = reactive({
|
const levelList = reactive({
|
||||||
|
|||||||
@@ -623,7 +623,7 @@
|
|||||||
v-if="attachSwitch == true"
|
v-if="attachSwitch == true"
|
||||||
v-model:file-list="fileList"
|
v-model:file-list="fileList"
|
||||||
name="file"
|
name="file"
|
||||||
:action="process.env.VUE_APP_BASE_API + '/file/uploadunlimit'"
|
:action="uploadAction"
|
||||||
@change="handleChange2"
|
@change="handleChange2"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
@@ -940,6 +940,7 @@ export default defineComponent({
|
|||||||
projectInfo: {},
|
projectInfo: {},
|
||||||
noticeContent: "",
|
noticeContent: "",
|
||||||
editFlag: false,
|
editFlag: false,
|
||||||
|
uploadAction: process.env.VUE_APP_BASE_API + '/file/uploadunlimit'
|
||||||
});
|
});
|
||||||
const value = ref("");
|
const value = ref("");
|
||||||
const textnum = "150";
|
const textnum = "150";
|
||||||
|
|||||||
@@ -1299,7 +1299,7 @@
|
|||||||
v-if="docChecked == true"
|
v-if="docChecked == true"
|
||||||
v-model:file-list="fileList"
|
v-model:file-list="fileList"
|
||||||
name="file"
|
name="file"
|
||||||
:action="process.env.VUE_APP_BASE_API + '/file/uploadunlimit'"
|
:action="uploadAction"
|
||||||
@change="handleChange"
|
@change="handleChange"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
@@ -2744,6 +2744,7 @@ export default {
|
|||||||
ImpoterGroupLeaderV: false, //导入小组长抽屉
|
ImpoterGroupLeaderV: false, //导入小组长抽屉
|
||||||
certificatelist: [],
|
certificatelist: [],
|
||||||
fileUrl: process.env.VUE_APP_FILE_PATH,
|
fileUrl: process.env.VUE_APP_FILE_PATH,
|
||||||
|
uploadAction: process.env.VUE_APP_BASE_API + '/file/uploadunlimit'
|
||||||
});
|
});
|
||||||
// 排行榜 - start
|
// 排行榜 - start
|
||||||
// 积分排行榜 Top10
|
// 积分排行榜 Top10
|
||||||
|
|||||||
Reference in New Issue
Block a user