Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
fc9d3f6d
Commit
fc9d3f6d
authored
Nov 07, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
14cc0b09
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
11 deletions
+6
-11
igirl-channel-web/app/base/db/impl/common/connection.js
+1
-1
igirl-channel-web/app/base/db/metadata/apps/platform.js
+1
-1
igirl-channel-web/app/front/vues/pages/jdregscheme/jdregscheme.html
+4
-9
No files found.
igirl-channel-web/app/base/db/impl/common/connection.js
View file @
fc9d3f6d
...
...
@@ -6,7 +6,7 @@ var glob = require("glob");
class
DbFactory
{
constructor
(){
const
dbConfig
=
settings
.
database
();
const
dbConfighb
=
settings
.
databasehb
();
//
const dbConfighb=settings.databasehb();
this
.
db
=
new
Sequelize
(
dbConfig
.
dbname
,
dbConfig
.
user
,
dbConfig
.
password
,
...
...
igirl-channel-web/app/base/db/metadata/apps/platform.js
View file @
fc9d3f6d
module
.
exports
=
{
"appid"
:
"
201911051030
"
,
"appid"
:
"
bfe73612fa024822941e3e1ecd9a06e1
"
,
"label"
:
"研发开放平台"
,
"config"
:
{
"rstree"
:
{
...
...
igirl-channel-web/app/front/vues/pages/jdregscheme/jdregscheme.html
View file @
fc9d3f6d
...
...
@@ -2,21 +2,16 @@
<el-form
ref=
"form"
:rules=
"rules"
:model=
"form"
class=
"demo-ruleForm"
style=
"background:rgba(249,249,249,1);padding: 30px"
label-width=
"120px"
>
<div
class=
"selftmreg_main"
style=
"width: 96%;margin: 0 auto;padding:0 50px;background: #fff"
>
<div
class=
"jdregscheme-nav"
style=
"padding-top: 20px"
>
<span
style=
"float: left;line-height: 22px;color:rgba(130,130,130,1);"
>
当前位置:
</span>
<
!-- <
span style="float: left;line-height: 22px;color:rgba(130,130,130,1);">当前位置:</span>
<el-breadcrumb separator-class="el-icon-arrow-right" style="float: left;line-height:22px">
<el-breadcrumb-item><a style="color:rgba(130,130,130,1);">我的订单</a></el-breadcrumb-item>
<el-breadcrumb-item :to="{ path: \'/\' }">
<a style="font-weight:800">确认注册方案</a>
</el-breadcrumb-item>
</el-breadcrumb>
</el-breadcrumb>
-->
<a
style=
"font-weight:800"
>
确认注册方案
</a>
<div
style=
"clear:both"
></div>
<div
class=
"selftmreg_shu"
></div>
</div>
...
...
@@ -203,7 +198,7 @@
text-indent:1em;
"
></textarea>
</span>
<span
slot=
"footer"
class=
"dialog-footer"
>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
@
click=
"submitForm = false"
style=
"width:140px;
height:36px;
background:rgba(38,146,255,1);
...
...
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