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