Commit a1db9084 by 肖康

云芯相关修改

parent 84c167da

81.3 KB | W: | H:

89.8 KB | W: | H:

public/welcome.png
public/welcome.png
public/welcome.png
public/welcome.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -54,7 +54,7 @@ html, body, #app { ...@@ -54,7 +54,7 @@ html, body, #app {
.section { .section {
width: 100%; width: 100%;
height: calc(100% - 80px); height: calc(100% - 80px);
background: url("../../images/bg.png") no-repeat center; background: url("../../images/bg.png?v=20230607") no-repeat center;
background-size: cover; background-size: cover;
.section-wrap { .section-wrap {
......

254 KB | W: | H:

1.01 MB | W: | H:

src/assets/images/bg.png
src/assets/images/bg.png
src/assets/images/bg.png
src/assets/images/bg.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="nav-box"> <div class="nav-box">
<div class="nav-top"> <div class="nav-top">
<div class="con-box clr"> <div class="con-box clr">
<div class="logo fl">云芯系统</div> <div class="logo fl">芯链系统</div>
<div class="tab-box fl" ref="scrollbox"> <div class="tab-box fl" ref="scrollbox">
<!--tab 栏目--> <!--tab 栏目-->
<div class="item-boxs row verCenter" ref="scrollboxinner"> <div class="item-boxs row verCenter" ref="scrollboxinner">
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<span class="el-icon-refresh icon"></span> <span class="el-icon-refresh icon"></span>
</a> </a>
<div class="line"></div> <div class="line"></div>
<a class="fl" href="/云芯系统-操作手册.pdf" target="_blank" title="点击查看云芯系统-操作手册"><span class="icon iconfont iconwendangguanli fl"></span></a> <a class="fl" href="/芯链系统-操作手册.pdf" target="_blank" title="点击查看芯链系统-操作手册"><span class="icon iconfont iconwendangguanli fl"></span></a>
<div class="line"></div> <div class="line"></div>
<div class="login-v row verCenter"> <div class="login-v row verCenter">
<img :src="userinfo.avatar||'https://www.ichunt.com/v3/dist/res/home/images/headimg/boy1.png'" alt=""> <img :src="userinfo.avatar||'https://www.ichunt.com/v3/dist/res/home/images/headimg/boy1.png'" alt="">
...@@ -266,9 +266,9 @@ ...@@ -266,9 +266,9 @@
<!--操作手册--> <!--操作手册-->
<el-dialog title="系统Q&A" :visible.sync="dialogHandbookVisible" width="800px" class="demo-ruleForm handbook-layer"> <el-dialog title="系统Q&A" :visible.sync="dialogHandbookVisible" width="800px" class="demo-ruleForm handbook-layer">
<p class="handbook-t1"> <p class="handbook-t1">
云芯系统是猎芯科技最新推出的一套连接商家与终端客户的智能操作系统,集询报价管理、订单管理、库存管理、商品管理、数据统计等于一体,可帮助商家获得更多询价商机及快捷方便管理各自的型号库存信息; 芯链系统是猎芯科技最新推出的一套连接商家与终端客户的智能操作系统,集询报价管理、订单管理、库存管理、商品管理、数据统计等于一体,可帮助商家获得更多询价商机及快捷方便管理各自的型号库存信息;
云芯商家可在云芯系统上自主管理商品上传下架及商品报价; 芯链商家可在芯链系统上自主管理商品上传下架及商品报价;
终端客户订单需求,猎芯销售部和采购部通过询报价系统与云芯商家对接,实现云芯商家针对客户商机信息可进行自主报价、实现订单快速高效转化的过程。 终端客户订单需求,猎芯销售部和采购部通过询报价系统与芯链商家对接,实现芯链商家针对客户商机信息可进行自主报价、实现订单快速高效转化的过程。
</p> </p>
<p class="handbook-t2">以下为系统板块介绍</p> <p class="handbook-t2">以下为系统板块介绍</p>
<div class="text"> <div class="text">
...@@ -293,11 +293,11 @@ ...@@ -293,11 +293,11 @@
</div> </div>
<div class="text"> <div class="text">
<p class="tit row verCenter">消息管理板块-说明:</p> <p class="tit row verCenter">消息管理板块-说明:</p>
<p class="tt">消息管理页面主要展示猎芯推送给供应商的消息通知,包括云芯系统的更新通知,猎芯与供应商之间的消息公告等;</p> <p class="tt">消息管理页面主要展示猎芯推送给供应商的消息通知,包括芯链系统的更新通知,猎芯与供应商之间的消息公告等;</p>
</div> </div>
</el-dialog> </el-dialog>
<div class="welcome row rowCenter verCenter" v-if="dialogWelcome"> <div class="welcome row rowCenter verCenter" v-if="dialogWelcome">
<img src="/welcome.png" alt=""> <img src="/welcome.png?v=20230607" alt="">
</div> </div>
</div> </div>
</template> </template>
...@@ -481,7 +481,7 @@ export default { ...@@ -481,7 +481,7 @@ export default {
page: 1, page: 1,
limit: 1, limit: 1,
user_id: this.supplier_id,//供应商id user_id: this.supplier_id,//供应商id
sys_id: 17//云芯系统 sys_id: 17//芯链系统
}).then((res) => { }).then((res) => {
if (res.code === 0) { if (res.code === 0) {
let htmlArr = []; let htmlArr = [];
...@@ -570,7 +570,7 @@ export default { ...@@ -570,7 +570,7 @@ export default {
msg_status: this.msg_status, msg_status: this.msg_status,
msg_category_id: this.msg_category_id, msg_category_id: this.msg_category_id,
user_id: this.supplier_id,//供应商id user_id: this.supplier_id,//供应商id
sys_id: 17//云芯系统 sys_id: 17//芯链系统
}).then((res) => { }).then((res) => {
if (res.code === 0) { if (res.code === 0) {
this.tableData = res.data.list || []; this.tableData = res.data.list || [];
...@@ -600,7 +600,7 @@ export default { ...@@ -600,7 +600,7 @@ export default {
getNotReadCount() { getNotReadCount() {
axios.post(NODE_ENVS_MSG + '/get_not_read_count', { axios.post(NODE_ENVS_MSG + '/get_not_read_count', {
user_id: this.supplier_id,//供应商id user_id: this.supplier_id,//供应商id
sys_id: 17//云芯系统 sys_id: 17//芯链系统
}).then((res) => { }).then((res) => {
if (res.code === 0) { if (res.code === 0) {
this.notReadCount = res.data; this.notReadCount = res.data;
...@@ -629,7 +629,7 @@ export default { ...@@ -629,7 +629,7 @@ export default {
}) })
axios.post(NODE_ENVS_MSG + '/update_msg', { axios.post(NODE_ENVS_MSG + '/update_msg', {
user_id: this.supplier_id,//供应商id user_id: this.supplier_id,//供应商id
sys_id: 17,//云芯系统 sys_id: 17,//芯链系统
msg_ids: msg_ids.join(',') msg_ids: msg_ids.join(',')
}).then((res) => { }).then((res) => {
if (res.code === 0) { if (res.code === 0) {
...@@ -664,7 +664,7 @@ export default { ...@@ -664,7 +664,7 @@ export default {
}) })
axios.post(NODE_ENVS_MSG + '/delete_msg', { axios.post(NODE_ENVS_MSG + '/delete_msg', {
user_id: this.supplier_id,//供应商id user_id: this.supplier_id,//供应商id
sys_id: 17,//云芯系统 sys_id: 17,//芯链系统
msg_ids: msg_ids.join(',') msg_ids: msg_ids.join(',')
}).then((res) => { }).then((res) => {
if (res.code === 0) { if (res.code === 0) {
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<el-form-item label="订单来源" prop="source_type"> <el-form-item label="订单来源" prop="source_type">
<el-select v-model="formInline.source_type" placeholder="请选择"> <el-select v-model="formInline.source_type" placeholder="请选择">
<el-option label="全部" value=""></el-option> <el-option label="全部" value=""></el-option>
<el-option label="云芯采购" value="2"></el-option> <el-option label="芯链采购" value="2"></el-option>
<el-option label="正常采购" value="1"></el-option> <el-option label="正常采购" value="1"></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
if(code_==1){ if(code_==1){
this.text='微信授权失败' this.text='微信授权失败'
}else if(code_==2){ }else if(code_==2){
this.text='云芯token校验失败' this.text='芯链token校验失败'
} }
else if(code_==3){ else if(code_==3){
this.text='请求access_token失败' this.text='请求access_token失败'
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</a> </a>
<span class="line lineBlock va-m"></span> <span class="line lineBlock va-m"></span>
<div class="text lineBlock va-m"> <div class="text lineBlock va-m">
<p class="t1">猎芯云芯商家</p> <p class="t1">猎芯芯链商家</p>
<p class="t2">连接终端需求</p> <p class="t2">连接终端需求</p>
</div> </div>
<b class="lineBlock emptys"></b> <b class="lineBlock emptys"></b>
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<div class="section"> <div class="section">
<div class="section-wrap"> <div class="section-wrap">
<div class="login-box"> <div class="login-box">
<p class="tit">欢迎登录云芯系统</p> <p class="tit">欢迎登录芯链系统</p>
<div class="bar"> <div class="bar">
<form> <form>
<div class="input-box lbBox" :class="errorClass1 ? 'error':''"> <div class="input-box lbBox" :class="errorClass1 ? 'error':''">
......
...@@ -12,7 +12,7 @@ switch (env) { ...@@ -12,7 +12,7 @@ switch (env) {
break; break;
case 'production': case 'production':
//线上环境 //线上环境
NODE_ENV = '//yunxin.ichunt.com'; NODE_ENV = '//xinlian.ichunt.com';
break; break;
} }
...@@ -27,7 +27,7 @@ module.exports = { ...@@ -27,7 +27,7 @@ module.exports = {
}, },
chainWebpack: config => { chainWebpack: config => {
config.plugin('html').tap(args => { config.plugin('html').tap(args => {
args[0].title= '猎芯云芯商家' args[0].title= '猎芯芯链商家'
return args return args
}) })
config.output.filename('[name].[hash].js').end(); config.output.filename('[name].[hash].js').end();
......
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 sign in to comment