Browse Source

update

master
yuanjunbin 2 years ago
parent
commit
e09dbb2dea
3 changed files with 1 additions and 33 deletions
  1. +0
    -15
      stock-forcast-web/App.vue.bak
  2. +1
    -1
      stock-forcast-web/index.html
  3. +0
    -17
      stock-forcast-web/index.html.bak

+ 0
- 15
stock-forcast-web/App.vue.bak View File

@@ -1,15 +0,0 @@
/**
* @Author moxianchengbao
*/
<template>
<router-view/>
</template>

<style>
#app{
height: 100%;
}
html,body{
height: 100%;
}
</style>

+ 1
- 1
stock-forcast-web/index.html View File

@@ -12,7 +12,7 @@
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<!-- built files will be auto injected -->
</body>
</html>

+ 0
- 17
stock-forcast-web/index.html.bak View File

@@ -1,17 +0,0 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>tothefor.png">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>

Loading…
Cancel
Save