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

。。。。

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