wms-njlm/src/views/index.vue

30 lines
388 B
Vue
Raw Normal View History

2023-10-10 16:06:53 +08:00
<!--
* @Author: zwq
* @Date: 2023-08-17 15:10:53
* @LastEditors: zwq
* @LastEditTime: 2023-10-10 11:00:56
* @Description:
-->
2023-09-08 15:38:33 +08:00
<template>
2023-10-10 16:06:53 +08:00
<div class="app-container">
南京锂膜管理系统
2023-09-08 15:38:33 +08:00
</div>
</template>
<script>
export default {
name: 'Index',
components: {
},
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="scss" scoped>
</style>