优先级、阿拉丁链接

This commit is contained in:
yulixing 2019-09-24 16:56:18 +08:00
parent 0756efca10
commit 3c45b706fc
2 changed files with 14 additions and 2 deletions

View File

@ -5,8 +5,8 @@ source /etc/profile
npm install --prefer-offline --loglevel info --unsafe-perm=true --allow-root >> boundle.log npm install --prefer-offline --loglevel info --unsafe-perm=true --allow-root >> boundle.log
echo 'copy node_modules to /data/publish/node_packages' >> boundle.log echo 'copy node_modules to /data/publish/node_packages' >> boundle.log
#npm run build:prod npm run build:prod
npm run build:stage #npm run build:stage
cd ./dist/ && tar -zcvf pop-sys.tar.gz ./ cd ./dist/ && tar -zcvf pop-sys.tar.gz ./
cd .. cd ..

View File

@ -86,6 +86,16 @@
:disabled="!writeable" :disabled="!writeable"
/> />
</el-form-item> </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 <el-form-item
label="计划周期" label="计划周期"
prop="dateRange" prop="dateRange"
@ -374,6 +384,7 @@ export default {
is_recommend: 0, is_recommend: 0,
appid: '', appid: '',
jump_param: '', jump_param: '',
link: '',
played: 0, played: 0,
}, // }, //
}, },
@ -474,6 +485,7 @@ export default {
is_recommend: 0, is_recommend: 0,
appid: '', appid: '',
jump_param: '', jump_param: '',
link: '',
played: 0, played: 0,
} }
} }