Commit c718f7bc authored by 赵伟庚's avatar 赵伟庚

fix:组件引入路径修改

parent 425691d4
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
</template> </template>
<script setup> <script setup>
import roleForm from './role_form.vue' import roleForm from '../add/role_form.vue'
</script> </script>
\ No newline at end of file
...@@ -208,7 +208,7 @@ const register = () => { ...@@ -208,7 +208,7 @@ const register = () => {
const edit_row = (row) => { const edit_row = (row) => {
console.log(row,"编辑角色") console.log(row,"编辑角色")
router.push({ router.push({
path: "/system/role/add", path: "/system/role/edit",
query: { query: {
id: row.id id: row.id
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment