This commit is contained in:
2021-09-13 14:56:28 +08:00
commit ac0d6e9083
777 changed files with 90286 additions and 0 deletions

28
src/views/spc/index.vue Normal file
View File

@@ -0,0 +1,28 @@
<!--
* @Author: gtz
* @Date: 2021-03-08 11:45:53
* @LastEditors: gtz
* @LastEditTime: 2021-04-25 16:12:30
* @Description: file content
-->
<template>
<div id="spc">
{{ $t('module.quality.spc.tip') }}
</div>
</template>
<script>
export default {
mounted() {
window.open('http://58.210.206.230:8000/thirdLogin?username=Duan&password=123456&companyname=中建材')
sessionStorage.setItem('loginspc', 'login')
}
}
</script>
<style lang="scss">
#spc{
padding: 10px;
}
</style>