Browse Source

优化。增加统计代码

master
wen 2 years ago
parent
commit
7db8fb5773
  1. 3
      public/index.html
  2. 5
      src/views/filemange/index.vue
  3. 4
      src/views/subfile/index.vue

3
public/index.html

@ -15,5 +15,8 @@ @@ -15,5 +15,8 @@
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<!-- 51统计代码 -->
<script type="text/javascript" src="//js.users.51.la/21479199.js"></script>
</body>
</html>

5
src/views/filemange/index.vue

@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
<el-button type="primary" icon="el-icon-edit">重命名</el-button> -->
</div>
<div v-on:click="fileTableMClick">
<!-- 子目录数据列表 如果不需要显示空数据提示可以用css隐藏-->
<el-table
:data="dirdata"
@ -325,8 +326,8 @@ methods: { @@ -325,8 +326,8 @@ methods: {
}
let thiss = this;
this.loadingText = '文件夹重命名中...'
this.mkdirloadings = true;
//this.subloading = true;
//this.mkdirloadings = true;
this.subloading = true;
//console.log(this.rmfileform);
renamefile(this.renamefileform).then(response => {
let datamain = response.data;

4
src/views/subfile/index.vue

@ -248,8 +248,8 @@ export default { @@ -248,8 +248,8 @@ export default {
data() {
return {
//
imgurl:process.env.VUE_APP_IMG_URL,
//imgurl:'https://demo.jialuoma.cn',
//imgurl:process.env.VUE_APP_IMG_URL,
imgurl:'https://demo.jialuoma.cn',
loadingText: '文件获取中...',
emptyText: '无文件数据',

Loading…
Cancel
Save