修改字段名
This commit is contained in:
@@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { postAction, getAction } from '../../api/manage'
|
import { postAction, getAction } from '../../api/manage'
|
||||||
|
import { ACCESS_TOKEN, OAUTH2_LOGIN_PAGE_PATH } from '@/store/mutation-types'
|
||||||
|
import Vue from 'vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'index',
|
name: 'index',
|
||||||
@@ -32,6 +34,8 @@ export default {
|
|||||||
const focalUnit = '归口单位'
|
const focalUnit = '归口单位'
|
||||||
const watermark = '比亚迪'
|
const watermark = '比亚迪'
|
||||||
const replaceStand = ''
|
const replaceStand = ''
|
||||||
|
const Authorization = 'token'
|
||||||
|
const appId = 'appId'
|
||||||
// http://39.98.140.126:8999
|
// http://39.98.140.126:8999
|
||||||
// http://127.0.0.1:8080
|
// http://127.0.0.1:8080
|
||||||
window.open(window.CONFIG.onlyOfficeRoute + '/editor?fileId=' + val.id + '&pid=' + val.pid +
|
window.open(window.CONFIG.onlyOfficeRoute + '/editor?fileId=' + val.id + '&pid=' + val.pid +
|
||||||
@@ -40,7 +44,8 @@ export default {
|
|||||||
'&key=' + nowTime + '&filePath=' + val.editFilePath + '&fileName=' + val.fileName +
|
'&key=' + nowTime + '&filePath=' + val.editFilePath + '&fileName=' + val.fileName +
|
||||||
'&userId=' + val.userId + '&userName=admin' + '&standCode=' + standCode +
|
'&userId=' + val.userId + '&userName=admin' + '&standCode=' + standCode +
|
||||||
'&standName=' + standName + '&replaceStand=' + replaceStand + '&draftsman=' + draftsman +
|
'&standName=' + standName + '&replaceStand=' + replaceStand + '&draftsman=' + draftsman +
|
||||||
'&draftingDepartment=' + draftingDepartment + '&focalUnit=' + focalUnit + '&watermark=' + watermark)
|
'&draftingDepartment=' + draftingDepartment + '&focalUnit=' + focalUnit + '&watermark=' + watermark +
|
||||||
|
'&Authorization=' + Authorization + '&appId=' + appId)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user