@@ -51,7 +51,7 @@ export default {
return {
isShow: this.openModal, // 是否打开弹框
form: {
- id: undefined
+ id: 'all'
},
rules: {
id: [{ required: true, message: '请选择产品分类', trigger: 'change' }]
@@ -109,7 +109,7 @@ const vueConfig = {
proxy: {
'/api': {
// target: 'http://192.168.16.194:8602/ocs-admin',
- target: 'http://ocs-admin.360arrow.com.cn/ocs-admin', // Ô¤·¢²¼
+ target: 'http://p.ocs.360arrow.com/ocs-admin', // Ô¤·¢²¼
// target: 'http://ocs-admin.360arrow.com/ocs-admin', // Éú²ú
ws: false,
changeOrigin: true,