Commit 9db0b4ba authored by huangjie's avatar huangjie

*

parent 20997c17
......@@ -37,7 +37,7 @@
<div class="table-project">
<div class="table-item-jf1" v-if="total == 0 && !isSkeleton">
<img class="item-jf-img" src="@/assets/images/kong.png" alt="">
<div class="item-jf-titel">暂无数据,点击按钮导入项目成本数据</div>
<div class="item-jf-titel">暂无数据,点击按钮新增项目成本数据</div>
<el-button type="primary" class="jf-btn" size="small" @click="addPro">新增项目</el-button>
</div>
<div style="padding: 16px;" v-if="isSkeleton">
......@@ -47,7 +47,7 @@
<div class="total-title">
<div class="totals">{{total}}</div>
<div class="btns">
<div class="btn btn_primary h32" @click="addPro">导入项目</div>
<div class="btn btn_primary h32" @click="addPro">新增项目</div>
<div class="btn btn_default h32" @click="getcgx">草稿箱 ({{cgxtotal}})</div>
</div>
</div>
......
......@@ -35,8 +35,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://111.204.34.146:9099/prod-api`,//测试
target: `http://172.17.0.12:9099//prod-api`,//测试
target: `http://111.204.34.146:9099/prod-api`,//测试
// target: `http://172.17.0.12:9099//prod-api`,//测试
// target: `http://192.168.60.5:9098`,//陈跃方
// target: `http://192.168.60.27:9098`,//邓
// target: `http://122.9.160.122:9011`, //线上
......
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