| | |
| | | }); |
| | | //规格 |
| | | getDictList({ |
| | | dictType: 3, |
| | | dictType: 4, |
| | | }).then((res) => { |
| | | if (res.code == 200) { |
| | | this.specList = res.data || []; |
| | |
| | | }); |
| | | //规格 |
| | | getDictList({ |
| | | dictType: 3, |
| | | dictType: 4, |
| | | }).then((res) => { |
| | | if (res.code == 200) { |
| | | this.specList = res.data || []; |
| | |
| | | function resolve(dir) { |
| | | return path.join(__dirname, dir) |
| | | } |
| | | const ipNum=105; |
| | | const serverPath=`http://192.168.0.${ipNum}:8008`; |
| | | const ipNum=47; |
| | | //const serverPath=`http://192.168.0.${ipNum}:8008`; |
| | | const serverPath="http://silk.fai365.com"; |
| | | // 设置不参与构建的库 |
| | | const externals = {}; |
| | | module.exports = { |