update 错误路径调整
This commit is contained in:
+1
-1
@@ -147,7 +147,7 @@ export default {
|
||||
},
|
||||
handleEdit (record) {
|
||||
const { href } = this.$router.resolve({
|
||||
path: '/editor',
|
||||
path: '/editorPage',
|
||||
query: {
|
||||
filePath: record.editFilePath,
|
||||
fileName: record.fileName,
|
||||
|
||||
@@ -53,7 +53,7 @@ export default {
|
||||
this.$emit('ok')
|
||||
this.close()
|
||||
const { href } = this.$router.resolve({
|
||||
path: '/editor',
|
||||
path: '/editorPage',
|
||||
query: {
|
||||
filePath: data.editFilePath,
|
||||
fileName: data.fileName,
|
||||
|
||||
Reference in New Issue
Block a user