提交 5e81f7fa authored 作者: 刘旭's avatar 刘旭

。。。。

上级 be50042c
......@@ -12,8 +12,8 @@
class="child"
frameborder="0"
:src="
'http://view.xdocin.com/xdoc?_xdoc=' + encodeURIComponent('http://192.168.1.168' + url)
// 'http://view.xdocin.com/xdoc?_xdoc=' + encodeURIComponent('http://14.29.230.199:84' + url)
// 'http://view.xdocin.com/xdoc?_xdoc=' + encodeURIComponent('http://192.168.1.168' + url)
'http://view.xdocin.com/xdoc?_xdoc=' + encodeURIComponent('http://39.99.252.134:81' + url)
"
/>
<vue-office-pdf
......
......@@ -49,8 +49,8 @@ let checkPhone = (rule: any, value: any, callback: Function) => {
}
const ruleFormRef = ref()
const ruleForm = ref({
phone: '15616168888',
code: '1233'
phone: '',
code: ''
})
const state = reactive({
rules: {
......
......@@ -140,10 +140,6 @@ const routes = [
{
path: '/RichTextEditor',
component: () => import('@/views/editor/index.vue')
},
{
path: '/test',
component: () => import('@/views/test.vue')
}
//{
//配置404页面
......
......@@ -86,9 +86,9 @@ const formRef = ref()
const state = reactive({
userType: '个人用户',
loginForm: {
Phone: '18874693873',
Code: '3123',
Company: '货拉拉科技'
Phone: '',
Code: '',
Company: ''
},
loginRules: {
Phone: [
......@@ -105,7 +105,7 @@ const state = reactive({
agreeWith: false,
sended: false,
buttonText: '获取验证码',
EnCode: '3cu2jF0iHXYVJfSnl0MkLg=='
EnCode: ''
})
const switchUsers = () => {
......
......@@ -49,14 +49,11 @@ declare module 'vue' {
ElRow: typeof import('element-plus/es')['ElRow']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
ElTag: typeof import('element-plus/es')['ElTag']
ElUpload: typeof import('element-plus/es')['ElUpload']
IEpArrowRight: typeof import('~icons/ep/arrow-right')['default']
IEpArrowRightBold: typeof import('~icons/ep/arrow-right-bold')['default']
IEpCaretBottom: typeof import('~icons/ep/caret-bottom')['default']
IEpCaretLeft: typeof import('~icons/ep/caret-left')['default']
IEpCaretRight: typeof import('~icons/ep/caret-right')['default']
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论