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

fix:组件引入路径修改

parent 425691d4
......@@ -4,5 +4,5 @@
</template>
<script setup>
import roleForm from './role_form.vue'
import roleForm from '../add/role_form.vue'
</script>
\ No newline at end of file
......@@ -208,7 +208,7 @@ const register = () => {
const edit_row = (row) => {
console.log(row,"编辑角色")
router.push({
path: "/system/role/add",
path: "/system/role/edit",
query: {
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