Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bms-vue-obear
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
daywrite
bms-vue-obear
Commits
e3021304
Commit
e3021304
authored
Mar 18, 2019
by
huai.li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新接入域名称
parent
e547827b
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
18 deletions
+9
-18
index.ejs
index.ejs
+1
-1
api.js
src/api.js
+2
-2
schedule.js
src/apis/schedule.js
+0
-0
app.css
src/assets/css/app.css
+0
-2
app.css.map
src/assets/css/app.css.map
+0
-7
app.scss
src/assets/css/app.scss
+1
-1
scheduleHome.vue
src/components/schedule_list/scheduleHome.vue
+2
-2
route.js
src/route.js
+3
-3
schedule.js
src/routes/schedule.js
+0
-0
No files found.
index.ejs
View file @
e3021304
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
console
.
log
(
window
.
VupPortalSdk
.
vueAppDevSdk
)
console
.
log
(
window
.
VupPortalSdk
.
vueAppDevSdk
)
var
portal
=
VupPortalSdk
.
vueAppDevSdk
var
portal
=
VupPortalSdk
.
vueAppDevSdk
var
$
=
portal
.
jQuery
var
$
=
portal
.
jQuery
var
portalName
=
'
element
'
var
portalName
=
'
schedule
'
var
menuConfig
=
{
var
menuConfig
=
{
menus
:
[{
menus
:
[{
...
...
src/api.js
View file @
e3021304
import
ElementApi
from
'./apis/element
'
import
ScheduleApi
from
'./apis/schedule.js
'
const
API_HOST
=
process
.
env
.
API_HOST
const
API_HOST
=
process
.
env
.
API_HOST
const
API_PORT
=
process
.
env
.
API_PORT
const
API_PORT
=
process
.
env
.
API_PORT
...
@@ -23,7 +23,7 @@ const option = {
...
@@ -23,7 +23,7 @@ const option = {
}
}
let
apis
=
{}
let
apis
=
{}
apis
=
Object
.
assign
(
apis
,
Element
Api
)
apis
=
Object
.
assign
(
apis
,
Schedule
Api
)
export
default
{
export
default
{
option
,
option
,
...
...
src/apis/
element
.js
→
src/apis/
schedule
.js
View file @
e3021304
File moved
src/assets/css/app.css
deleted
100644 → 0
View file @
e547827b
/*# sourceMappingURL=app.css.map */
src/assets/css/app.css.map
deleted
100644 → 0
View file @
e547827b
{
"version": 3,
"mappings": "",
"sources": [],
"names": [],
"file": "app.css"
}
\ No newline at end of file
src/assets/css/app.scss
View file @
e3021304
.
element
-app
{
.
schedule
-app
{
.mb20
{
.mb20
{
margin-bottom
:
20px
;
margin-bottom
:
20px
;
}
}
...
...
src/components/schedule_list/scheduleHome.vue
View file @
e3021304
...
@@ -3,9 +3,9 @@
...
@@ -3,9 +3,9 @@
<div
class=
"content"
>
<div
class=
"content"
>
<search-header
<search-header
ref=
"searchHeader"
ref=
"searchHeader"
:title=
"'
客户关系
'"
:title=
"'
待办事项
'"
:search-key=
"'ClientSearch'"
:search-key=
"'ClientSearch'"
:add-title=
"'新建
客户
'"
:add-title=
"'新建
待办事项
'"
@
update:headerSearch=
"search => searchKeyword(search)"
@
update:headerSearch=
"search => searchKeyword(search)"
@
update:headerAdd=
"addNewUser"
>
@
update:headerAdd=
"addNewUser"
>
</search-header>
</search-header>
...
...
src/route.js
View file @
e3021304
import
portal
from
'vis-portal'
import
portal
from
'vis-portal'
import
ElementRoute
from
'./routes/element
'
import
ScheduleRoute
from
'./routes/schedule
'
let
routes
=
[]
let
routes
=
[]
const
appName
=
'
element
'
const
appName
=
'
schedule
'
routes
=
[].
concat
(
Element
Route
)
routes
=
[].
concat
(
Schedule
Route
)
let
RouterInit
=
()
=>
{
let
RouterInit
=
()
=>
{
portal
.
createApp
(
appName
,
{},
app
=>
{
portal
.
createApp
(
appName
,
{},
app
=>
{
...
...
src/routes/
element
.js
→
src/routes/
schedule
.js
View file @
e3021304
File moved
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