project init
This commit is contained in:
20
pages/user/sealAgreement.vue
Normal file
20
pages/user/sealAgreement.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<web-view :src="src"></web-view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {
|
||||
baseUrl
|
||||
} from '@/config/env.js'
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
src: baseUrl + '/blackboard/account/sealAgreement.html?v=' + Math.random()
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
Reference in New Issue
Block a user