Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-purchase
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张冬
web-purchase
Commits
d4d4289a
Commit
d4d4289a
authored
Nov 16, 2020
by
zhangdong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试页删除
parent
adf5853a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
131 deletions
+5
-131
ceshi.vue
src/pages/ceshi.vue
+0
-105
test.vue
src/pages/ssss/test.vue
+0
-21
index.js
src/router/index.js
+5
-5
No files found.
src/pages/ceshi.vue
deleted
100644 → 0
View file @
adf5853a
<
template
>
<div>
<div
class=
"content"
>
<div
@
click=
"up"
>
上传
</div>
</div>
</div>
</
template
>
<
script
>
import
{
autodeploy
}
from
'@api/common/list'
export
default
{
data
()
{
return
{
inputMsg
:
''
,
config
:
{
historyConfig
:
{
tip
:
'查看更多'
}
},
list
:
[{
"date"
:
"2020/04/25 21:19:07"
,
"text"
:
{
"text"
:
"起床不"
},
"mine"
:
false
,
"name"
:
"留恋人间不羡仙"
,
"img"
:
""
},
{
"date"
:
"2020/04/25 21:19:07"
,
"text"
:
{
"text"
:
"11"
},
"mine"
:
false
,
"name"
:
"只盼流星不盼雨"
,
"img"
:
""
},
{
"date"
:
"2020/04/25 21:19:07"
,
"text"
:
{
"text"
:
"111"
},
"mine"
:
false
,
"name"
:
"只盼流星不盼雨"
,
"img"
:
""
},
{
"date"
:
"2020/04/16 21:19:07"
,
"text"
:
{
"text"
:
"222"
},
"mine"
:
true
,
"name"
:
"JwChat"
,
"img"
:
""
},
],
tool
:
{
show
:
[
''
],
callback
:
this
.
toolEvent
,
showEmoji
:
true
,
},
}
},
methods
:
{
bindEnter
()
{
const
msg
=
this
.
inputMsg
if
(
!
msg
)
return
;
const
msgObj
=
{
"date"
:
"2020/05/20 23:19:07"
,
"text"
:
{
"text"
:
msg
},
"mine"
:
true
,
"name"
:
"JwChat"
,
"img"
:
""
}
this
.
list
.
push
(
msgObj
)
},
toolEvent
(
type
)
{
console
.
log
(
'tools'
,
type
)
},
getfile
(
val
)
{
console
.
log
(
val
)
},
async
up
()
{
try
{
const
{
data
,
code
}
=
await
autodeploy
()
}
catch
(
e
)
{
console
.
log
(
e
)
}
}
}
}
</
script
>
<
style
scoped
>
src/pages/ssss/test.vue
deleted
100644 → 0
View file @
adf5853a
<!-- -->
<
template
>
<div
class=
'home'
>
Home
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
};
},
/* created: {}, */
methods
:
{}
}
</
script
>
<
style
scoped
>
</
style
>
\ No newline at end of file
src/router/index.js
View file @
d4d4289a
...
...
@@ -276,11 +276,11 @@ export default new Router({
// component: () => import('../pages/admin/finance/list.vue')
// },
// 采购商
{
path
:
'/purchaser/ceshi'
,
show
:
true
,
component
:
()
=>
import
(
'../pages/ceshi.vue'
)
},
//
{
//
path: '/purchaser/ceshi',
//
show: true,
//
component: () => import('../pages/ceshi.vue')
//
},
{
path
:
'/purchaser/Home'
,
show
:
true
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment