Authored by 王水玲

红人

... ... @@ -48,6 +48,8 @@
<script>
import CandidateListService from 'services/kol/candidate-list-service';
import {Demo} from './components';
import _ from 'lodash';
export default {
data() {
return {
... ... @@ -111,7 +113,7 @@ export default {
placement: 'bottom-start',
content: '这里指整个商品下所有颜色尺码的库存状态。具体颜色、尺码的库存明细请参考商品详情页面。'
}
},[
}, [
h('Icon', {
props: {
type: 'android-alert'
... ...
... ... @@ -124,7 +124,8 @@ let domainApis = {
// 域名列表
const domains = {
erp: 'http://192.168.103.82:9098',
//platform: 'http://192.168.102.48:8088/platform',
// platform: 'http://192.168.102.48:8088/platform',
platform: 'http://192.168.102.202:8088/platform',
shop: 'http://192.168.102.211:30016'
};
... ...