Browse Source

ADD file via upload

main
bin_open_source 2 years ago
parent
commit
3795ce9b16
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      stock_predic_web/views/sys/auth/index.vue

+ 15
- 0
stock_predic_web/views/sys/auth/index.vue View File

@@ -0,0 +1,15 @@
<template>
<div>
<h3>这是权限管理</h3>
</div>
</template>
<script>
export default {
name: "index"
}
</script>
<style scoped>
</style>

Loading…
Cancel
Save