Commit 1b53ff94 authored by danfuman's avatar danfuman

修改

parent ae38cba6
...@@ -391,7 +391,6 @@ ...@@ -391,7 +391,6 @@
type2.data.forEach(item => { type2.data.forEach(item => {
this.creditLevellist.push({ dictLabel: item.dictLabel, dictValue: item.dictLabel }); this.creditLevellist.push({ dictLabel: item.dictLabel, dictValue: item.dictLabel });
}); });
console.log(this.creditLevellist)
} }
}, },
sq1(item, sq) { sq1(item, sq) {
......
...@@ -34,8 +34,8 @@ module.exports = { ...@@ -34,8 +34,8 @@ module.exports = {
proxy: { proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
// target: `http://47.104.91.229:9099/prod-api`,//测试 target: `http://47.104.91.229:9099/prod-api`,//测试
target: `https://szhapi.jiansheku.com`,//测试 // target: `https://szhapi.jiansheku.com`,//测试
// target: `http://122.9.160.122:9011`, //线上 // target: `http://122.9.160.122:9011`, //线上
// target: `http://192.168.0.165:9098`,//施 // target: `http://192.168.0.165:9098`,//施
// target: `http://192.168.60.6:9098`,//谭 // target: `http://192.168.60.6:9098`,//谭
......
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