• This project
    • Loading...
  • Sign in

Fedex / EcomWeb

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • EcomWeb
  • src
  • views
  • summaryEdit
  • index.vue
  • jinhui.wang's avatar
    字典增加,字段修改 · 32c89bdc
    32c89bdc Browse Files
    jinhui.wang authored 2024-12-21 14:50:08 +0800
index.vue 171 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<template>
  <div></div>
</template>

<script>
export default {
  name: "",
  data() {
    return {};
  },
  methods: {},
};
</script>

<style lang="scss" scoped></style>