|
@@ -93,7 +93,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <footer class="footer"></footer>
|
|
|
+ <footer class="footer">
|
|
|
+ <div style="position: absolute; right: 20px; bottom: 20px;">
|
|
|
+ 版本: {{ VUE_APP_GIT_REPO_VERSION }}
|
|
|
+ </div>
|
|
|
+ </footer>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -135,7 +139,8 @@ export default {
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- disableLoginBtn: true
|
|
|
+ disableLoginBtn: true,
|
|
|
+ VUE_APP_GIT_REPO_VERSION: process.env.VUE_APP_GIT_REPO_VERSION
|
|
|
};
|
|
|
},
|
|
|
async mounted() {
|