Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
X
XBPX-ZP
Project
Project
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
Graph
比较
统计图
议题
0
议题
0
列表
看板
标记
Milestones
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
刘旭
XBPX-ZP
Commits
5e81f7fa
提交
5e81f7fa
authored
1月 02, 2024
作者:
刘旭
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
。。。。
上级
be50042c
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
8 行增加
和
15 行删除
+8
-15
previewFile.vue
src/components/previewFile.vue
+2
-2
verificationCode.vue
src/components/verificationCode.vue
+2
-2
index.ts
src/routers/index.ts
+0
-4
index.vue
src/views/login/index.vue
+4
-4
components.d.ts
types/components.d.ts
+0
-3
没有找到文件。
src/components/previewFile.vue
浏览文件 @
5e81f7fa
...
...
@@ -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
...
...
src/components/verificationCode.vue
浏览文件 @
5e81f7fa
...
...
@@ -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
:
{
...
...
src/routers/index.ts
浏览文件 @
5e81f7fa
...
...
@@ -140,10 +140,6 @@ const routes = [
{
path
:
'/RichTextEditor'
,
component
:
()
=>
import
(
'@/views/editor/index.vue'
)
},
{
path
:
'/test'
,
component
:
()
=>
import
(
'@/views/test.vue'
)
}
//{
//配置404页面
...
...
src/views/login/index.vue
浏览文件 @
5e81f7fa
...
...
@@ -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
=
()
=>
{
...
...
types/components.d.ts
浏览文件 @
5e81f7fa
...
...
@@ -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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论