mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
Merge remote-tracking branch 'origin/develop' into develop
# Conflicts: # src/views/projectcenter/TaskPage.vue
This commit is contained in:
@@ -1299,7 +1299,7 @@
|
||||
v-if="docChecked == true"
|
||||
v-model:file-list="fileList"
|
||||
name="file"
|
||||
:action="baseUrl + '/file/uploadunlimit'"
|
||||
:action="uploadAction"
|
||||
@change="handleChange"
|
||||
>
|
||||
<span
|
||||
@@ -2255,7 +2255,6 @@ export default {
|
||||
const store = useStore();
|
||||
const route = useRoute();
|
||||
const state = reactive({
|
||||
baseUrl : process.env.VUE_APP_BASE_API,
|
||||
createId: "",
|
||||
permissions: "",
|
||||
screenHeight: document.body.clientHeight,
|
||||
@@ -2745,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