| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <meta
- name="viewport"
- content="width=device-width, initial-scale=1, user-scalable=no"
- />
- <title>Prodog APP</title>
- <link nonce="*NONCE_TOKEN_CSS*" rel="stylesheet" href="/static/static-app/plugin/tether/tether.min.css" type="text/css" />
- <link nonce="*NONCE_TOKEN_CSS*" rel="stylesheet" href="/static/static-app/plugin/jquery/jquery.mloading.css" type="text/css" />
-
- <link nonce="*NONCE_TOKEN_CSS*" rel="stylesheet" href="/static/static-app/plugin/vant/index.css" type="text/css" />
-
-
- <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/static-app/plugin/jquery/jquery.min.js"></script>
- <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/static-app/plugin/jquery/jquery.cookie.js"></script>
- <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/static-app/plugin/jquery/jquery.mloading.js"></script>
-
- <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/static-app/plugin/vue/dist/vue.global.js"></script>
- <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/static-app/plugin/vue-i18n/dist/vue-i18n.runtime.global.prod.js"></script>
- <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/static-app/plugin/vuex/vuex.global.js"></script>
- <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/static-app/plugin/vue-router/dist/vue-router.global.js"></script>
- <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/static-app/plugin/vant/vant.js"></script>
- <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/dayjs/dayjs.min.js"></script>
- <script nonce="*NONCE_TOKEN*" type="text/javascript">
- var nonce_token = "*NONCE_TOKEN*";
- </script>
- </head>
- <body data-spy="scroll">
- <div id="app"></div>
- <div id="mainDiv"></div>
- <script nonce="*NONCE_TOKEN*" type="text/javascript"></script>
- </body>
- </html>
|