优先级、阿拉丁链接
This commit is contained in:
parent
0756efca10
commit
3c45b706fc
@ -5,8 +5,8 @@ source /etc/profile
|
||||
npm install --prefer-offline --loglevel info --unsafe-perm=true --allow-root >> boundle.log
|
||||
echo 'copy node_modules to /data/publish/node_packages' >> boundle.log
|
||||
|
||||
#npm run build:prod
|
||||
npm run build:stage
|
||||
npm run build:prod
|
||||
#npm run build:stage
|
||||
|
||||
cd ./dist/ && tar -zcvf pop-sys.tar.gz ./
|
||||
cd ..
|
||||
|
@ -86,6 +86,16 @@
|
||||
:disabled="!writeable"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
label="阿拉丁链接"
|
||||
prop="ad_property.link"
|
||||
>
|
||||
<el-input
|
||||
v-model="adForm.ad_property.link"
|
||||
class="w100"
|
||||
:disabled="!writeable"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
label="计划周期"
|
||||
prop="dateRange"
|
||||
@ -374,6 +384,7 @@ export default {
|
||||
is_recommend: 0,
|
||||
appid: '',
|
||||
jump_param: '',
|
||||
link: '',
|
||||
played: 0,
|
||||
}, //用于拓展属性
|
||||
},
|
||||
@ -474,6 +485,7 @@ export default {
|
||||
is_recommend: 0,
|
||||
appid: '',
|
||||
jump_param: '',
|
||||
link: '',
|
||||
played: 0,
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user