Commit fc9d3f6d by 刘泽奇

123

parent 14cc0b09
......@@ -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,
......
module.exports = {
"appid": "201911051030",
"appid": "bfe73612fa024822941e3e1ecd9a06e1",
"label": "研发开放平台",
"config": {
"rstree": {
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment